Searched refs:getEndAddress (Results 1 - 5 of 5) sorted by relevance

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

Completed in 308 milliseconds