Home
last modified time | relevance | path

Searched refs:getCUOffset (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp41 result.insert(ni.getCUOffset(cu)); in GetUnits()
48 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
133 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
283 Optional<uint64_t> getCUOffset() const override;
417 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
283 Optional<uint64_t> getCUOffset() const override;
417 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
287 Optional<uint64_t> getCUOffset() const override;
421 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
283 Optional<uint64_t> getCUOffset() const override;
417 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
283 Optional<uint64_t> getCUOffset() const override;
417 uint64_t getCUOffset(uint32_t CU) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
287 Optional<uint64_t> getCUOffset() const override;
421 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
283 Optional<uint64_t> getCUOffset() const override;
417 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
287 Optional<uint64_t> getCUOffset() const override;
421 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
287 Optional<uint64_t> getCUOffset() const override;
421 uint32_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h57 virtual Optional<uint64_t> getCUOffset() const = 0;
126 Optional<uint64_t> getCUOffset() const override;
288 Optional<uint64_t> getCUOffset() const override;
422 uint32_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h57 virtual Optional<uint64_t> getCUOffset() const = 0;
126 Optional<uint64_t> getCUOffset() const override;
288 Optional<uint64_t> getCUOffset() const override;
422 uint32_t getCUOffset(uint32_t CU) const;
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
287 Optional<uint64_t> getCUOffset() const override;
421 uint64_t getCUOffset(uint32_t CU) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
135 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
135 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
135 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
135 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
135 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
137 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
135 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
135 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp38 result.insert(ni.getCUOffset(cu)); in GetUnits()
45 llvm::Optional<uint64_t> cu_offset = entry.getCUOffset(); in ToDIERef()
135 if (entry_or->getCUOffset() != cu_offset) in GetGlobalVariables()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
290 Optional<uint64_t> getCUOffset() const override;
424 uint64_t getCUOffset(uint32_t CU) const;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
290 Optional<uint64_t> getCUOffset() const override;
424 uint64_t getCUOffset(uint32_t CU) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
290 Optional<uint64_t> getCUOffset() const override;
424 uint64_t getCUOffset(uint32_t CU) const;

1234