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

Method isStaticallyLinked

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

Source from the content-addressed store, hash-verified

37bool Function::isDecompilerDefined() const { return _linkType == DECOMPILER_DEFINED; }
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; }

Callers 5

collectExtraDataMethod · 0.80
generateFunctionMethod · 0.80
processUseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected