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

Method setIsStaticallyLinked

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

Source from the content-addressed store, hash-verified

69void Function::setIsDecompilerDefined() { _linkType = DECOMPILER_DEFINED; }
70void Function::setIsUserDefined() { _linkType = USER_DEFINED; }
71void Function::setIsStaticallyLinked() const { _linkType = STATICALLY_LINKED; }
72void Function::setIsDynamicallyLinked() const { _linkType = DYNAMICALLY_LINKED; }
73void Function::setIsSyscall() { _linkType = SYSCALL; }
74void Function::setIsIdiom() { _linkType = IDIOM; }

Callers 2

initConfigFunctionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected