Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp205 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
207 return DU->getDIE(D); in getDIE()
630 return getDIE(Context); in getOrCreateContextDIE()
637 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE()
700 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE()
1092 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace()
1113 if (DIE *MDie = getDIE(M)) in getOrCreateModule()
1139 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE()
1169 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1346 if (auto *CountVarDIE = getDIE(CV)) in constructSubrangeDIE()
[all …]
HDDwarfCompileUnit.cpp125 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE()
317 if (DIE *NDie = getDIE(CB)) in getOrCreateCommonBlock()
1035 EntityDie = getDIE(Entity); in constructImportedEntityDIE()
1047 DIE *D = getDIE(SP); in finishSubprogramDefinition()
1063 auto *Die = Entity->getDIE(); in finishEntityDefinition()
1067 if (AbsEntity && AbsEntity->getDIE()) { in finishEntityDefinition()
1068 addDIEEntry(*Die, dwarf::DW_AT_abstract_origin, *AbsEntity->getDIE()); in finishEntityDefinition()
HDDwarfFile.h176 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
HDDIE.cpp334 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
346 return getDIE##T().SizeOf(AP, Form); in SizeOf()
359 getDIE##T().print(O); \ in print()
HDDwarfUnit.h118 DIE *getDIE(const DINode *D) const;
HDDwarfDebug.h89 DIE *getDIE() const { return TheDIE; } in getDIE() function
HDDwarfDebug.cpp1060 DIE *Die = Entity->getDIE(); in finishEntityDefinitions()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDDIE.h476 const DIE##T &getDIE##T() const { \
481 const DIE##T &getDIE##T() const { \