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

Method setSourceFileName

src/common/function.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63void Function::addComment(const std::string& c) { _comment += c; }
64void Function::setDeclarationString(const std::string& s) { _declarationString = s; }
65void Function::setSourceFileName(const std::string& n) { _sourceFileName = n; }
66void Function::setWrappedFunctionName(const std::string& n) { _wrapperdFunctionName = n; }
67void Function::setStartLine(const retdec::common::Address& l) { _startLine = l; }
68void Function::setEndLine(const retdec::common::Address& l) { _endLine = l; }

Callers 4

initConfigFunctionsMethod · 0.80
loadPdbFunctionsMethod · 0.80
loadDwarf_subprogramMethod · 0.80
deserializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected