Searched refs:getDIE (Results 1 – 16 of 16) sorted by relevance
170 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit172 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 …]
200 getDIE##T().EmitValue(AP, Form); \ in EmitValue()212 return getDIE##T().SizeOf(AP, Form); in SizeOf()225 getDIE##T().print(O); \ in print()
123 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
107 if (DIE *Die = getDIE(GV)) in getOrCreateGlobalVariableDIE()682 EntityDie = getDIE(Entity); in constructImportedEntityDIE()695 DIE *D = getDIE(SP); in finishSubprogramDefinition()
153 DIE *getDIE(const DINode *D) const;
117 DIE *getDIE() const { return TheDIE; } in getDIE() function
507 DIE *VariableDie = Var->getDIE(); in finishVariableDefinitions()516 if (AbsVar && AbsVar->getDIE()) { in finishVariableDefinitions()518 *AbsVar->getDIE()); in finishVariableDefinitions()
205 DIE *DwarfUnit::getDIE(const DINode *D) const { in getDIE() function in DwarfUnit207 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 …]
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()
176 DIE *getDIE(const MDNode *TypeMD) { in getDIE() function
334 getDIE##T().EmitValue(AP, Form); \ in EmitValue()346 return getDIE##T().SizeOf(AP, Form); in SizeOf()359 getDIE##T().print(O); \ in print()
118 DIE *getDIE(const DINode *D) const;
89 DIE *getDIE() const { return TheDIE; } in getDIE() function
1060 DIE *Die = Entity->getDIE(); in finishEntityDefinitions()
391 const DIE##T &getDIE##T() const { \396 const DIE##T &getDIE##T() const { \
476 const DIE##T &getDIE##T() const { \481 const DIE##T &getDIE##T() const { \