Home
last modified time | relevance | path

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

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h54 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;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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()
246 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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()
246 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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()
246 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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()
246 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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()
246 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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()
246 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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()
246 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h53 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()
246 std::vector<DIEInfo> Info; ///< DIE info indexed by DIE index.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h103 void fillDieInfo(const ValidReloc &Reloc, CompileUnit::DIEInfo &Info);
171 CompileUnit::DIEInfo &Info);
174 CompileUnit::DIEInfo &Info) override;
176 CompileUnit::DIEInfo &Info) override;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h103 void fillDieInfo(const ValidReloc &Reloc, CompileUnit::DIEInfo &Info);
171 CompileUnit::DIEInfo &Info);
174 CompileUnit::DIEInfo &Info) override;
176 CompileUnit::DIEInfo &Info) override;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h103 void fillDieInfo(const ValidReloc &Reloc, CompileUnit::DIEInfo &Info);
171 CompileUnit::DIEInfo &Info);
174 CompileUnit::DIEInfo &Info) override;
176 CompileUnit::DIEInfo &Info) override;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h103 void fillDieInfo(const ValidReloc &Reloc, CompileUnit::DIEInfo &Info);
171 CompileUnit::DIEInfo &Info);
174 CompileUnit::DIEInfo &Info) override;
176 CompileUnit::DIEInfo &Info) override;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/dsymutil/
H A DDwarfLinkerForBinary.h103 void fillDieInfo(const ValidReloc &Reloc, CompileUnit::DIEInfo &Info);
171 CompileUnit::DIEInfo &Info);
174 CompileUnit::DIEInfo &Info) override;
176 CompileUnit::DIEInfo &Info) override;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h103 void fillDieInfo(const ValidReloc &Reloc, CompileUnit::DIEInfo &Info);
171 CompileUnit::DIEInfo &Info);
174 CompileUnit::DIEInfo &Info) override;
176 CompileUnit::DIEInfo &Info) override;

1234