MCPcopy Create free account
hub / github.com/avast/retdec / getDebugModuleNames

Method getDebugModuleNames

src/llvmir2hll/ir/module.cpp:838–840  ·  view source on GitHub ↗

* @brief Returns the set of all module names for all functions. * * If debug info is not available or there are no functions, the empty set is * returned. */

Source from the content-addressed store, hash-verified

836* returned.
837*/
838StringSet Module::getDebugModuleNames() const {
839 return config->getDebugModuleNames();
840}
841
842/**
843* @brief Returns @c true if the given variable has assigned a name from debug

Callers 3

emitCGMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36