Searched refs:TheGlobal (Results 1 – 3 of 3) sorted by relevance
3 extern int TheGlobal;4 int foo() { return TheGlobal; } in foo()5 int TheGlobal = 1; variable
1436 const GlobalValue *TheGlobal;1445 const GlobalValue *getGlobal() const { return TheGlobal; }
6363 TheGlobal = GA; in GlobalAddressSDNode()