Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp172 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
174 return DU->getDIE(D); in getDIE()
698 return getDIE(Context); in getOrCreateContextDIE()
705 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE()
736 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE()
1076 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace()
1096 if (DIE *MDie = getDIE(M)) in getOrCreateModule()
1122 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE()
1151 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1356 DIE *NDie = getDIE(D); in constructContainingTypeDIEs()
[all …]
DDwarfFile.h113 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
DDIE.cpp200 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
212 return getDIE##T().SizeOf(AP, Form); in SizeOf()
225 getDIE##T().print(O); \ in print()
DDwarfCompileUnit.cpp106 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE()
657 EntityDie = getDIE(Entity); in constructImportedEntityDIE()
670 DIE *D = getDIE(SP); in finishSubprogramDefinition()
696 SPDIE = getDIE(SP); in collectDeadVariables()
DDwarfUnit.h163 DIE *getDIE(const DINode *D) const;
DDwarfDebug.h115 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfDebug.cpp509 DIE *VariableDie = Var->getDIE(); in finishVariableDefinitions()
518 if (AbsVar && AbsVar->getDIE()) { in finishVariableDefinitions()
520 *AbsVar->getDIE()); in finishVariableDefinitions()
/external/llvm/include/llvm/CodeGen/
DDIE.h410 const DIE##T &getDIE##T() const { \
415 const DIE##T &getDIE##T() const { \