/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 202 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 …]
|
D | DwarfCompileUnit.cpp | 115 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()
|
D | DwarfFile.h | 177 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
|
D | DIE.cpp | 332 getDIE##T().emitValue(AP, Form); \ in emitValue() 344 return getDIE##T().SizeOf(AP, Form); in SizeOf() 357 getDIE##T().print(O); \ in print()
|
D | DwarfUnit.h | 112 DIE *getDIE(const DINode *D) const;
|
D | DwarfDebug.h | 87 DIE *getDIE() const { return TheDIE; } in getDIE() function
|
D | DwarfDebug.cpp | 1228 DIE *Die = Entity->getDIE(); in finishEntityDefinitions()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 170 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 …]
|
D | DwarfFile.h | 123 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
|
D | DIE.cpp | 200 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 212 return getDIE##T().SizeOf(AP, Form); in SizeOf() 225 getDIE##T().print(O); \ in print()
|
D | DwarfCompileUnit.cpp | 107 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE() 682 EntityDie = getDIE(Entity); in constructImportedEntityDIE() 695 DIE *D = getDIE(SP); in finishSubprogramDefinition()
|
D | DwarfUnit.h | 153 DIE *getDIE(const DINode *D) const;
|
D | DwarfDebug.h | 117 DIE *getDIE() const { return TheDIE; } in getDIE() function
|
D | DwarfDebug.cpp | 507 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/ |
D | DwarfUnit.cpp | 205 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 …]
|
D | DwarfCompileUnit.cpp | 125 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()
|
D | DwarfFile.h | 176 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
|
D | DIE.cpp | 334 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 346 return getDIE##T().SizeOf(AP, Form); in SizeOf() 359 getDIE##T().print(O); \ in print()
|
D | DwarfUnit.h | 118 DIE *getDIE(const DINode *D) const;
|
D | DwarfDebug.h | 89 DIE *getDIE() const { return TheDIE; } in getDIE() function
|
D | DwarfDebug.cpp | 1060 DIE *Die = Entity->getDIE(); in finishEntityDefinitions()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 391 const DIE##T &getDIE##T() const { \ 396 const DIE##T &getDIE##T() const { \
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 476 const DIE##T &getDIE##T() const { \ 481 const DIE##T &getDIE##T() const { \
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | DIE.h | 476 const DIE##T &getDIE##T() const { \ 481 const DIE##T &getDIE##T() const { \
|