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

Method setEndLine

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

Source from the content-addressed store, hash-verified

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; }
69void Function::setIsDecompilerDefined() { _linkType = DECOMPILER_DEFINED; }
70void Function::setIsUserDefined() { _linkType = USER_DEFINED; }
71void Function::setIsStaticallyLinked() const { _linkType = STATICALLY_LINKED; }

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