Searched refs:TheGlobal (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A D2005-07-28-IncorrectWeakGlobal.c1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep TheGlobal | not grep weak
3 extern int TheGlobal;
4 int foo() { return TheGlobal; }
5 int TheGlobal = 1; variable
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1409 const GlobalValue *TheGlobal; member in class:GlobalAddressSDNode
1418 const GlobalValue *getGlobal() const { return TheGlobal; }
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6203 TheGlobal = GA;

Completed in 148 milliseconds