Home
last modified time | relevance | path

Searched refs:TheGlobal (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
D2005-07-28-IncorrectWeakGlobal.c3 extern int TheGlobal;
4 int foo() { return TheGlobal; } in foo()
5 int TheGlobal = 1; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h1218 const GlobalValue *TheGlobal;
1226 const GlobalValue *getGlobal() const { return TheGlobal; }
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1373 const GlobalValue *TheGlobal;
1383 const GlobalValue *getGlobal() const { return TheGlobal; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1605 const GlobalValue *TheGlobal;
1614 const GlobalValue *getGlobal() const { return TheGlobal; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5653 TheGlobal = GA; in GlobalAddressSDNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6714 TheGlobal = GA; in GlobalAddressSDNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8127 TheGlobal = GA; in GlobalAddressSDNode()