MCPcopy Create free account
hub / github.com/SVF-tools/SVF / LLVMGlobalFunction

Method LLVMGlobalFunction

svf-llvm/lib/LLVMModule.cpp:449–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 u32_t priority;
448 const Function* func;
449 LLVMGlobalFunction() {};
450 LLVMGlobalFunction(u32_t _priority, const Function* _func)
451 : priority(_priority), func(_func) {};
452 bool operator>(const LLVMGlobalFunction &other) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected