Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp196 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
198 return DU->getDIE(D); in getDIE()
557 return getDIE(Context); in getOrCreateContextDIE()
564 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE()
632 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE()
740 if (auto *VarDIE = getDIE(Var)) in constructTypeDIE()
998 auto *VarDIE = getDIE(Var); in constructTypeDIE()
1140 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace()
1161 if (DIE *MDie = getDIE(M)) in getOrCreateModule()
1194 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE()
[all …]
H A DDwarfCompileUnit.cpp155 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE()
400 if (DIE *NDie = getDIE(CB)) in getOrCreateCommonBlock()
1372 EntityDie = getDIE(Entity); in constructImportedEntityDIE()
1405 if (DIE *Die = getDIE(IE)) in getOrCreateImportedEntityDIE()
1417 DIE *D = getDIE(SP); in finishSubprogramDefinition()
1433 auto *Die = Entity->getDIE(); in finishEntityDefinition()
1437 if (AbsEntity && AbsEntity->getDIE()) { in finishEntityDefinition()
1438 addDIEEntry(*Die, dwarf::DW_AT_abstract_origin, *AbsEntity->getDIE()); in finishEntityDefinition()
H A DDwarfFile.h177 DIE *getDIE(const MDNode *TypeMD) {
178 DIE *getDIE(const MDNode *TypeMD) { getDIE() function
H A DDIE.cpp321 getDIE##T().emitValue(AP, Form); \ in emitValue()
333 return getDIE##T().sizeOf(FormParams, Form); in sizeOf()
346 getDIE##T().print(O); \ in print()
H A DDwarfUnit.h141 DIE *getDIE(const DINode *D) const;
H A DDwarfDebug.h87 DIE *getDIE() const { return TheDIE; } in getDIE() function
H A DDwarfDebug.cpp1232 DIE *Die = Entity->getDIE(); in finishEntityDefinitions()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h501 const DIE##T &getDIE##T() const { \
506 const DIE##T &getDIE##T() const { \
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp294 DWARFDie Die = getDIE(DieEntry); in analyzeImportedModule()
1375 getDIE(InputDieEntry), false); in createPlainDIEandCloneAttributes()
1389 getDIE(InputDieEntry), false); in createPlainDIEandCloneAttributes()