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

Method getName

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

Source from the content-addressed store, hash-verified

31const llvm::Function *FunctionNode::getIRFunction() const { return IRFunc; }
32
33std::string FunctionNode::getName() const { return Name; }
34
35bool FunctionNode::isEnvironment() const { return Environment; }
36

Callers 1

FunctionNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected