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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp716 /// getOrCreateContextDIE - Get context owner's DIE.
717 DIE *CompileUnit::getOrCreateContextDIE(DIDescriptor Context) { function in class:CompileUnit
730 if (DIE *ContextDIE = getOrCreateContextDIE(Context))
1349 getOrCreateContextDIE(SDMDecl.getContext());

Completed in 80 milliseconds