Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp711 return getDIE(Context); in getOrCreateContextDIE()
728 DIE *TyDIE = getDIE(Ty); in getOrCreateTypeDIE()
1075 DIE *ParamDIE = getDIE(TP); in getOrCreateTemplateTypeParameterDIE()
1089 DIE *ParamDIE = getDIE(TPV); in getOrCreateTemplateValueParameterDIE()
1104 DIE *NDie = getDIE(NS); in getOrCreateNameSpace()
1131 DIE *SPDie = getDIE(SP); in getOrCreateSubprogramDIE()
1279 if (getDIE(N)) in createGlobalVariableDIE()
1300 VariableDIE = getDIE(SDMDecl); in createGlobalVariableDIE()
1480 DIE *NDie = getDIE(N); in constructContainingTypeDIEs()
1496 DIE *AbsDIE = AbsVar ? AbsVar->getDIE() : NULL; in constructVariableDIE()
DDwarfCompileUnit.h161 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); } in getDIE() function
DDwarfDebug.h141 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfDebug.cpp347 DIE *SPDie = SPCU->getDIE(SPNode); in updateSubprogramScopeDIE()
477 DIE *OriginDIE = TheCU->getDIE(InlinedSP); in constructInlinedScopeDIE()
555 !TheCU->getDIE(DS)) in constructScopeDIE()
589 ScopeDIE = TheCU->getDIE(DS); in constructScopeDIE()
848 DIE *ScopeDIE = SPCU->getDIE(SP); in collectDeadVariables()