Searched defs:GVContext (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1191 DIDescriptor GVContext = GV.getContext(); local
1192 addToContextOwner(VariableDIE, GVContext);
1204 if (GVContext && GV.isDefinition() && !GVContext.isCompileUnit() &&
1205 !GVContext.isFile() && !isSubprogramContext(GVContext)) {

Completed in 36 milliseconds