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

Method getDebugModuleNameForFunc

src/llvmir2hll/ir/module.cpp:821–823  ·  view source on GitHub ↗

* @brief Returns the module name for the given function using debug * information. * * If there is no module name assigned to the given function, the empty string * is returned. */

Source from the content-addressed store, hash-verified

819* is returned.
820*/
821std::string Module::getDebugModuleNameForFunc(ShPtr<Function> func) const {
822 return config->getDebugModuleNameForFunc(func->getInitialName());
823}
824
825/**
826* @brief Has the given function assigned a module name from debug information?

Callers 4

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