Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Global

76 // Return const expression if value is a GEP to access merged global
85 // First operand points to a global struct.
103 /// getOrCreateGlobalVariableDIE - get or create global variable DIE.
150 if (auto *Global = dyn_cast_or_null<GlobalVariable>(GV->getVariable())) {
153 if (!Global->hasDLLImportStorageClass()) {
156 const MCSymbol *Sym = Asm->getSymbol(Global);
157 if (Global->isThreadLocal()) {
204 // GV is a merged global.
294 // and DW_AT_high_pc attributes. If there are global variables in this
722 /// addGlobalName - Add a new global name to the compile unit.
731 /// Add a new global type to the unit.