Home
last modified time | relevance | path

Searched refs:getDIE (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp187 DIE *DwarfUnit::getDIE(DIDescriptor D) const { in getDIE() function in DwarfUnit
189 return DU->getDIE(D); in getDIE()
785 return getDIE(Context); in getOrCreateContextDIE()
792 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE()
825 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE()
1193 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace()
1216 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE()
1245 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1448 DIE *NDie = getDIE(D); in constructContainingTypeDIEs()
1559 if (DIE *StaticMemberDIE = getDIE(DT)) in getOrCreateStaticMemberDIE()
DDwarfFile.h109 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
DDwarfCompileUnit.cpp101 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE()
650 EntityDie = getDIE(Entity); in constructImportedEntityDIE()
663 DIE *D = getDIE(SP); in finishSubprogramDefinition()
689 SPDIE = getDIE(SP); in collectDeadVariables()
DDwarfUnit.h172 DIE *getDIE(DIDescriptor D) const;
DDwarfDebug.h112 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfDebug.cpp485 DIE *VariableDie = Var->getDIE(); in finishVariableDefinitions()
494 if (AbsVar && AbsVar->getDIE()) { in finishVariableDefinitions()
496 *AbsVar->getDIE()); in finishVariableDefinitions()