MCPcopy Create free account
hub / github.com/Samsung/UTopia / getFunctionName

Method getFunctionName

lib/tcanalysis/FunctionNode.cpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27std::string FunctionNode::getClassName() const { return ClassName; }
28
29std::string FunctionNode::getFunctionName() const { return FunctionName; }
30
31const llvm::Function *FunctionNode::getIRFunction() const { return IRFunc; }
32

Callers 5

getTCCallMethod · 0.45
isBufferAllocSizeMethod · 0.45
isLoopExitMethod · 0.45

Calls

no outgoing calls

Tested by 2

getTCCallMethod · 0.36