Searched refs:DIEInfo (Results 1 – 11 of 11) sorted by relevance
169 struct DIEInfo { struct170 DIEInfo() = default;171 DIEInfo(const DIEInfo &Other) { Flags = Other.Flags.load(); } in DIEInfo() function172 DIEInfo &operator=(const DIEInfo &Other) {283 DIEInfo &getDIEInfo(unsigned Idx) { return DieInfoArray[Idx]; } in getDIEInfo() argument287 const DIEInfo &getDIEInfo(unsigned Idx) const { return DieInfoArray[Idx]; } in getDIEInfo()291 DIEInfo &getDIEInfo(const DWARFDebugInfoEntry *Entry) { in getDIEInfo()297 const DIEInfo &getDIEInfo(const DWARFDebugInfoEntry *Entry) const { in getDIEInfo()303 DIEInfo &getDIEInfo(const DWARFDie &Die) { in getDIEInfo()309 const DIEInfo &getDIEInfo(const DWARFDie &Die) const { in getDIEInfo()[all …]
84 for (DIEInfo &Info : DieInfoArray) in maybeResetToLoadedStage()126 CompileUnit::DIEInfo &DieInfo = getDIEInfo(DieEntry); in analyzeDWARFStructureRec()131 CompileUnit::DIEInfo &ChildInfo = getDIEInfo(CurChild); in analyzeDWARFStructureRec()241 DieInfoArray = SmallVector<DIEInfo>(); in cleanupDataAfterClonning()314 CompileUnit::DIEInfo &ChildInfo = getDIEInfo(CurChild); in assignTypeNamesRec()1290 CompileUnit::DIEInfo &Info = getDIEInfo(InputDieIdx); in cloneDIE()1364 CompileUnit::DIEInfo &Info = getDIEInfo(InputDieIdx); in createPlainDIEandCloneAttributes()1638 LLVM_DUMP_METHOD void CompileUnit::DIEInfo::dump() { in dump()
21 [[maybe_unused]] const CompileUnit::DIEInfo &Info = in assignName()
68 struct DIEInfo { struct152 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } in getInfo()153 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } in getInfo()155 DIEInfo &getInfo(const DWARFDie &Die) { in getInfo()284 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
367 CompileUnit::DIEInfo *OtherInfo;375 CompileUnit::DIEInfo *OtherInfo = nullptr)510 CompileUnit::DIEInfo &MyInfo, unsigned Flags);524 CompileUnit::DIEInfo &MyInfo, unsigned Flags);528 CompileUnit::DIEInfo &MyInfo,
250 CompileUnit::DIEInfo *OtherInfo;257 CompileUnit::DIEInfo *OtherInfo = nullptr) in ContextWorklistItem()270 CompileUnit::DIEInfo &Info = CU.getInfo(Die); in updatePruning()291 CompileUnit::DIEInfo &ChildInfo) { in updateChildPruning()292 CompileUnit::DIEInfo &Info = CU.getInfo(Die); in updateChildPruning()330 CompileUnit::DIEInfo &Info = CU.getInfo(Idx); in analyzeContextInfo()373 CompileUnit::DIEInfo &ChildInfo = CU.getInfo(Child); in analyzeContextInfo()511 CompileUnit::DIEInfo &MyInfo, in shouldKeepVariableDIE()558 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, unsigned Flags) { in shouldKeepSubprogramDIE()621 CompileUnit::DIEInfo &MyInfo, in shouldKeepDIE()[all …]
22 LLVM_DUMP_METHOD void CompileUnit::DIEInfo::dump() { in dump()