Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
namespace | llvm::gsym |
|
|
void | llvm::gsym::skipRange (DataExtractor &Data, uint64_t &Offset) |
| Skip an address range object in the specified data a the specified offset.
|
|
uint64_t | llvm::gsym::skipRanges (DataExtractor &Data, uint64_t &Offset) |
| Skip an address range object in the specified data a the specified offset.
|
|
raw_ostream & | llvm::operator<< (raw_ostream &OS, const AddressRange &R) |
|
raw_ostream & | llvm::operator<< (raw_ostream &OS, const AddressRanges &AR) |
|
|
AddressRange | llvm::gsym::decodeRange (DataExtractor &Data, uint64_t BaseAddr, uint64_t &Offset) |
| AddressRange objects are encoded and decoded to be relative to a base address.
|
|
void | llvm::gsym::encodeRange (const AddressRange &Range, FileWriter &O, uint64_t BaseAddr) |
|
|
void | llvm::gsym::decodeRanges (AddressRanges &Ranges, DataExtractor &Data, uint64_t BaseAddr, uint64_t &Offset) |
| Address ranges are decoded and encoded to be relative to a base address.
|
|
void | llvm::gsym::encodeRanges (const AddressRanges &Ranges, FileWriter &O, uint64_t BaseAddr) |
|
◆ HEX16
◆ HEX32
◆ HEX64
◆ HEX8