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

Class IRNode

include/ftg/astirmap/IRNode.h:12–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace ftg {
11
12class IRNode {
13public:
14 IRNode(const llvm::Value &V);
15 std::string getName() const;
16 const LocIndex &getIndex() const;
17 bool operator<(const IRNode &Rhs) const;
18 friend llvm::raw_ostream &operator<<(llvm::raw_ostream &O, const IRNode &Loc);
19
20private:
21 LocIndex Index;
22 std::string Name;
23
24 std::string getFullPath(const llvm::DIGlobalVariable &G) const;
25 void setIndex(const llvm::GlobalValue &G);
26};
27
28} // namespace ftg
29

Callers 2

analyzeUTDefMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68