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

Method isDynamicallyLinked

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

Source from the content-addressed store, hash-verified

38bool Function::isUserDefined() const { return _linkType == USER_DEFINED; }
39bool Function::isStaticallyLinked() const { return _linkType == STATICALLY_LINKED; }
40bool Function::isDynamicallyLinked() const { return _linkType == DYNAMICALLY_LINKED; }
41bool Function::isSyscall() const { return _linkType == SYSCALL; }
42bool Function::isIdiom() const { return _linkType == IDIOM; }
43bool Function::isFromDebug() const { return _fromDebug; }

Callers 4

collectExtraDataMethod · 0.80
generateFunctionMethod · 0.80
processUseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected