Home
last modified time | relevance | path

Searched refs:getDIESectionOffset (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h132 Optional<uint64_t> getDIESectionOffset() const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp315 if (llvm::Optional<uint64_t> Off = Entry.getDIESectionOffset()) { in getDies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp287 Optional<uint64_t> AppleAcceleratorTable::Entry::getDIESectionOffset() const { in getDIESectionOffset() function in AppleAcceleratorTable::Entry