Home
last modified time | relevance | path

Searched refs:getEndAddress (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugArangeSet.cpp32 if (ArangeDescriptors[i].getEndAddress() >= ArangeDescriptors[i+1].Address){ in compact()
37 std::max(ArangeDescriptors[i].getEndAddress(), in compact()
38 ArangeDescriptors[i+1].getEndAddress()); in compact()
126 << format(" 0x%*.*llx)\n", hex_width, hex_width, pos->getEndAddress()); in dump()
DDWARFDebugArangeSet.h42 uint64_t getEndAddress() const { return Address + Length; } in getEndAddress() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h43 uint64_t getEndAddress() const { return Address + Length; } in getEndAddress() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h45 uint64_t getEndAddress() const { return Address + Length; } in getEndAddress() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp102 hex_width, hex_width, Desc.getEndAddress()); in dump()
DDWARFDebugAranges.cpp31 uint64_t HighPC = Desc.getEndAddress(); in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp24 getEndAddress()); in dump()
DDWARFDebugAranges.cpp33 uint64_t HighPC = Desc.getEndAddress(); in extract()