Home
last modified time | relevance | path

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

/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 …]
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()
DDwarfFile.h123 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
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-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp186 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 …]
DDwarfCompileUnit.cpp114 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()
DDwarfFile.h141 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
DDIE.cpp333 getDIE##T().EmitValue(AP, Form); \ in EmitValue()
345 return getDIE##T().SizeOf(AP, Form); in SizeOf()
358 getDIE##T().print(O); \ in print()
DDwarfUnit.h142 DIE *getDIE(const DINode *D) const;
DDwarfDebug.h133 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfDebug.cpp733 DIE *VariableDie = Var->getDIE(); in finishVariableDefinitions()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp574 } 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()
DDwarfCompileUnit.h99 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); } in getDIE() function
DDwarfDebug.h140 DIE *getDIE() const { return TheDIE; } in getDIE() function
DDwarfDebug.cpp187 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/
DDIE.h391 const DIE##T &getDIE##T() const { \
396 const DIE##T &getDIE##T() const { \
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h457 const DIE##T &getDIE##T() const { \
462 const DIE##T &getDIE##T() const { \