Home
last modified time | relevance | path

Searched refs:GVContext (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1076 DIDescriptor GVContext = GV.getContext(); in createGlobalVariableDIE() local
1077 addToContextOwner(VariableDIE, GVContext); in createGlobalVariableDIE()
1086 if (GVContext && GV.isDefinition() && !GVContext.isCompileUnit() && in createGlobalVariableDIE()
1087 !GVContext.isFile() && !isSubprogramContext(GVContext)) { in createGlobalVariableDIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp112 auto *GVContext = GV->getScope(); in getOrCreateGlobalVariableDIE() local
117 DIE *ContextDIE = getOrCreateContextDIE(GVContext); in getOrCreateGlobalVariableDIE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp119 auto *GVContext = GV->getScope(); in getOrCreateGlobalVariableDIE() local
124 DIE *ContextDIE = getOrCreateContextDIE(GVContext); in getOrCreateGlobalVariableDIE()