Home
last modified time | relevance | path

Searched refs:DIEInfo (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h169 struct DIEInfo { struct
170 DIEInfo() = default;
171 DIEInfo(const DIEInfo &Other) { Flags = Other.Flags.load(); } in DIEInfo() argument
172 DIEInfo &operator=(const DIEInfo &Other) {
283 DIEInfo &getDIEInfo(unsigned Idx) { return DieInfoArray[Idx]; } in getDIEInfo() argument
287 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 …]
H A DDWARFLinkerCompileUnit.cpp84 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()
H A DSyntheticTypeNameBuilder.cpp21 [[maybe_unused]] const CompileUnit::DIEInfo &Info = in assignName()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h68 struct DIEInfo { struct
152 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.
H A DDWARFLinker.h367 CompileUnit::DIEInfo *OtherInfo;
375 CompileUnit::DIEInfo *OtherInfo = nullptr)
510 CompileUnit::DIEInfo &MyInfo, unsigned Flags);
524 CompileUnit::DIEInfo &MyInfo, unsigned Flags);
528 CompileUnit::DIEInfo &MyInfo,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp250 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 …]
H A DDWARFLinkerCompileUnit.cpp22 LLVM_DUMP_METHOD void CompileUnit::DIEInfo::dump() { in dump()