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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp588 DIE *ContextDIE = getOrCreateTypeDIE(DIType(Context));
602 /// getOrCreateTypeDIE - Find existing DIE or create new DIE for the
604 DIE *CompileUnit::getOrCreateTypeDIE(const MDNode *TyNode) { function in class:CompileUnit
657 DIE *Buffer = getOrCreateTypeDIE(Ty);
900 getOrCreateTypeDIE(DIType(ContainingType)));

Completed in 49 milliseconds