Home
last modified time | relevance | path

Searched refs:TheGlobal (Results 1 – 3 of 3) 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/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1436 const GlobalValue *TheGlobal;
1445 const GlobalValue *getGlobal() const { return TheGlobal; }
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6363 TheGlobal = GA; in GlobalAddressSDNode()