Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp202 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
204 return DU->getDIE(D); in getDIE()
528 return getDIE(Context); in getOrCreateContextDIE()
535 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE()
600 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE()
697 if (auto *VarDIE = getDIE(Var)) in constructTypeDIE()
1029 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace()
1050 if (DIE *MDie = getDIE(M)) in getOrCreateModule()
1081 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE()
1119 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
[all …]
DDwarfCompileUnit.cpp115 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE()
310 if (DIE *NDie = getDIE(CB)) in getOrCreateCommonBlock()
1160 EntityDie = getDIE(Entity); in constructImportedEntityDIE()
1172 DIE *D = getDIE(SP); in finishSubprogramDefinition()
1188 auto *Die = Entity->getDIE(); in finishEntityDefinition()
1192 if (AbsEntity && AbsEntity->getDIE()) { in finishEntityDefinition()
1193 addDIEEntry(*Die, dwarf::DW_AT_abstract_origin, *AbsEntity->getDIE()); in finishEntityDefinition()
DDwarfFile.h177 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
DDIE.cpp332 getDIE##T().emitValue(AP, Form); \ in emitValue()
344 return getDIE##T().SizeOf(AP, Form); in SizeOf()
357 getDIE##T().print(O); \ in print()
DDwarfUnit.h112 DIE *getDIE(const DINode *D) const;
DDwarfDebug.h87 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfDebug.cpp1228 DIE *Die = Entity->getDIE(); in finishEntityDefinitions()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp170 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit
172 return DU->getDIE(D); in getDIE()
672 return getDIE(Context); in getOrCreateContextDIE()
679 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE()
708 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE()
1057 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace()
1077 if (DIE *MDie = getDIE(M)) in getOrCreateModule()
1103 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE()
1132 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes()
1350 DIE *NDie = getDIE(D); in constructContainingTypeDIEs()
[all …]
DDwarfFile.h123 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.cpp107 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE()
682 EntityDie = getDIE(Entity); in constructImportedEntityDIE()
695 DIE *D = getDIE(SP); in finishSubprogramDefinition()
DDwarfUnit.h153 DIE *getDIE(const DINode *D) const;
DDwarfDebug.h117 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfDebug.cpp507 DIE *VariableDie = Var->getDIE(); in finishVariableDefinitions()
516 if (AbsVar && AbsVar->getDIE()) { in finishVariableDefinitions()
518 *AbsVar->getDIE()); in finishVariableDefinitions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.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 …]
DDwarfCompileUnit.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()
DDwarfFile.h176 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
DDIE.cpp334 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
346 return getDIE##T().SizeOf(AP, Form); in SizeOf()
359 getDIE##T().print(O); \ in print()
DDwarfUnit.h118 DIE *getDIE(const DINode *D) const;
DDwarfDebug.h89 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfDebug.cpp1060 DIE *Die = Entity->getDIE(); in finishEntityDefinitions()
/external/llvm/include/llvm/CodeGen/
DDIE.h391 const DIE##T &getDIE##T() const { \
396 const DIE##T &getDIE##T() const { \
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h476 const DIE##T &getDIE##T() const { \
481 const DIE##T &getDIE##T() const { \
/external/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h476 const DIE##T &getDIE##T() const { \
481 const DIE##T &getDIE##T() const { \