LLVM
17.0.0git
|
#include "llvm/ADT/AddressRanges.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <stdint.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::gsym | |
Macros | |
#define | HEX8(v) llvm::format_hex(v, 4) |
#define | HEX16(v) llvm::format_hex(v, 6) |
#define | HEX32(v) llvm::format_hex(v, 10) |
#define | HEX64(v) llvm::format_hex(v, 18) |
Functions | |
void | llvm::gsym::skipRange (DataExtractor &Data, uint64_t &Offset) |
Skip an address range object in the specified data a the specified offset. More... | |
uint64_t | llvm::gsym::skipRanges (DataExtractor &Data, uint64_t &Offset) |
Skip an address range object in the specified data a the specified offset. More... | |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const AddressRange &R) |
raw_ostream & | llvm::operator<< (raw_ostream &OS, const AddressRanges &AR) |
#define HEX16 | ( | v | ) | llvm::format_hex(v, 6) |
Definition at line 19 of file ExtractRanges.h.
#define HEX32 | ( | v | ) | llvm::format_hex(v, 10) |
Definition at line 20 of file ExtractRanges.h.
#define HEX64 | ( | v | ) | llvm::format_hex(v, 18) |
Definition at line 21 of file ExtractRanges.h.
#define HEX8 | ( | v | ) | llvm::format_hex(v, 4) |
Definition at line 18 of file ExtractRanges.h.