/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 | 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 | DwarfFile.h | 123 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
|
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-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 186 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit 188 return DU->getDIE(D); in getDIE() 714 return getDIE(Context); in getOrCreateContextDIE() 721 if (DIE *TyDIE = getDIE(Ty)) in createTypeDIE() 753 if (DIE *TyDIE = getDIE(Ty)) in getOrCreateTypeDIE() 1149 if (DIE *NDie = getDIE(NS)) in getOrCreateNameSpace() 1170 if (DIE *MDie = getDIE(M)) in getOrCreateModule() 1196 if (DIE *SPDie = getDIE(SP)) in getOrCreateSubprogramDIE() 1225 DeclDie = getDIE(SPDecl); in applySubprogramDefinitionAttributes() 1391 if (auto *CountVarDIE = getDIE(CV)) in constructSubrangeDIE() [all …]
|
D | DwarfCompileUnit.cpp | 114 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE() 802 EntityDie = getDIE(Entity); in constructImportedEntityDIE() 814 DIE *D = getDIE(SP); in finishSubprogramDefinition() 830 auto *VariableDie = Var.getDIE(); in finishVariableDefinition() 831 if (AbsVar && AbsVar->getDIE()) { in finishVariableDefinition() 833 *AbsVar->getDIE()); in finishVariableDefinition()
|
D | DwarfFile.h | 141 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
|
D | DIE.cpp | 333 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 345 return getDIE##T().SizeOf(AP, Form); in SizeOf() 358 getDIE##T().print(O); \ in print()
|
D | DwarfUnit.h | 142 DIE *getDIE(const DINode *D) const;
|
D | DwarfDebug.h | 133 DIE *getDIE() const { return TheDIE; } in getDIE() function
|
D | DwarfDebug.cpp | 733 DIE *VariableDie = Var->getDIE(); in finishVariableDefinitions()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 574 } else if (DIE *ContextDIE = getDIE(Context)) in addToContextOwner() 586 DIE *TyDIE = getDIE(Ty); in getOrCreateTypeDIE() 867 DIE *ParamDIE = getDIE(TP); in getOrCreateTemplateTypeParameterDIE() 881 DIE *ParamDIE = getDIE(TPV); in getOrCreateTemplateValueParameterDIE() 896 DIE *NDie = getDIE(NS); in getOrCreateNameSpace() 920 DIE *SPDie = getDIE(SP); in getOrCreateSubprogramDIE() 1043 if (getDIE(N)) in createGlobalVariableDIE() 1192 DIE *NDie = getDIE(N); in constructContainingTypeDIEs() 1210 DIE *AbsDIE = AbsVar ? AbsVar->getDIE() : NULL; in constructVariableDIE()
|
D | DwarfCompileUnit.h | 99 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); } in getDIE() function
|
D | DwarfDebug.h | 140 DIE *getDIE() const { return TheDIE; } in getDIE() function
|
D | DwarfDebug.cpp | 187 DIE *SPDie = SPCU->getDIE(SPNode); in updateSubprogramScopeDIE() 306 DIE *OriginDIE = TheCU->getDIE(InlinedSP); in constructInlinedScopeDIE() 406 ScopeDIE = TheCU->getDIE(DS); in constructScopeDIE() 681 DIE *ScopeDIE = SPCU->getDIE(SP); in endModule()
|
/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-7.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 457 const DIE##T &getDIE##T() const { \ 462 const DIE##T &getDIE##T() const { \
|