Searched defs:AddressRange (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | AddressRange.cpp | 31 AddressRange::AddressRange() : m_base_addr() {} in AddressRange() function in AddressRange 33 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange() function in AddressRange 37 AddressRange::AddressRange(const lldb::SectionSP §ion, addr_t offset, in AddressRange() function in AddressRange 41 AddressRange::AddressRange(const Address &so_addr, addr_t byte_size) in AddressRange() function in AddressRange
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common.h | 830 struct AddressRange { struct 831 AddressRange *next; argument 838 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange() argument
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 23 using AddressRange = LoadedModule::AddressRange; typedef
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | AddressRanges.h | 24 AddressRange() {} in AddressRange() function 25 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) { in AddressRange() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 632 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE() 659 const uint64_t AddressRange; variable
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 46 class AddressRange; variable
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.h | 184 using AddressRange = std::pair<uint64_t, uint64_t>; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.cpp | 1171 uint64_t AddressRange = 0; in parse() local
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 23 class AddressRange; variable
|