Searched refs:DIEInfo (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | HashedNameToDIE.h | 54 struct DIEInfo { struct 64 DIEInfo() = default; argument 65 DIEInfo(dw_offset_t o, dw_tag_t t, uint32_t f, uint32_t h); 77 typedef std::vector<DIEInfo> DIEInfoArray; argument 117 lldb::offset_t *offset_ptr, DIEInfo &hash_data) const;
|
D | HashedNameToDIE.cpp | 128 DWARFMappedHash::DIEInfo::DIEInfo(dw_offset_t o, dw_tag_t t, uint32_t f, in DIEInfo() function in DWARFMappedHash::DIEInfo 266 DIEInfo &hash_data) const { in Read() 375 DIEInfo die_info; in GetHashDataForName() 436 DIEInfo die_info; in AppendHashDataForRegularExpression() 511 DIEInfo die_info; in AppendAllDIEsInRange()
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 53 struct DIEInfo { struct 120 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } in getInfo() 121 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } in getInfo() 123 DIEInfo &getInfo(const DWARFDie &Die) { in getInfo() 261 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
|
D | DWARFLinker.h | 74 CompileUnit::DIEInfo &Info) = 0; 362 CompileUnit::DIEInfo *OtherInfo; 370 CompileUnit::DIEInfo *OtherInfo = nullptr) 488 CompileUnit::DIEInfo &MyInfo, 494 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, 501 CompileUnit::DIEInfo &MyInfo, unsigned Flags); 506 CompileUnit::DIEInfo &MyInfo,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 53 struct DIEInfo { struct 121 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } in getInfo() 122 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } in getInfo() 257 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
|
D | DWARFLinker.h | 67 CompileUnit::DIEInfo &Info) = 0;
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 260 CompileUnit::DIEInfo *OtherInfo; 267 CompileUnit::DIEInfo *OtherInfo = nullptr) in ContextWorklistItem() 280 CompileUnit::DIEInfo &Info = CU.getInfo(Die); in updatePruning() 301 CompileUnit::DIEInfo &ChildInfo) { in updateChildPruning() 302 CompileUnit::DIEInfo &Info = CU.getInfo(Die); in updateChildPruning() 341 CompileUnit::DIEInfo &Info = CU.getInfo(Idx); in analyzeContextInfo() 384 CompileUnit::DIEInfo &ChildInfo = CU.getInfo(Child); in analyzeContextInfo() 450 CompileUnit::DIEInfo &MyInfo, in shouldKeepVariableDIE() 497 const DWARFFile &File, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, in shouldKeepSubprogramDIE() 561 CompileUnit::DIEInfo &MyInfo, in shouldKeepDIE() [all …]
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 188 struct DIEInfo { struct in llvm::dsymutil::__anondabe43b60111::CompileUnit 234 DIEInfo &getInfo(unsigned Idx) { return Info[Idx]; } in getInfo() 235 const DIEInfo &getInfo(unsigned Idx) const { return Info[Idx]; } in getInfo() 335 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index. 1188 CompileUnit::DIEInfo &Info); 1235 CompileUnit::DIEInfo &MyInfo, 1241 CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, 1247 CompileUnit::DIEInfo &MyInfo, unsigned Flags); 1252 CompileUnit::DIEInfo &MyInfo, 1256 CompileUnit::DIEInfo &Info); [all …]
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | DwarfLinkerForBinary.h | 147 CompileUnit::DIEInfo &Info) override;
|
D | DwarfLinkerForBinary.cpp | 615 uint64_t StartOffset, uint64_t EndOffset, CompileUnit::DIEInfo &Info) { in hasValidRelocationAt()
|