LLVM: lib/DebugInfo/GSYM/Header.cpp File Reference (original) (raw)
Header.cpp File Reference
#include "[llvm/DebugInfo/GSYM/Header.h](Header%5F8h%5Fsource.html)"#include "[llvm/DebugInfo/GSYM/FileWriter.h](FileWriter%5F8h%5Fsource.html)"#include "[llvm/Support/DataExtractor.h](DataExtractor%5F8h%5Fsource.html)"#include "[llvm/Support/Format.h](Format%5F8h%5Fsource.html)"#include "[llvm/Support/raw_ostream.h](raw%5F%5Fostream%5F8h%5Fsource.html)"
Go to the source code of this file.
| Macros | |
|---|---|
| #define | HEX8(v) |
| #define | HEX16(v) |
| #define | HEX32(v) |
| #define | HEX64(v) |
Macro Definition Documentation
◆ HEX16
| #define HEX16 | ( | v | ) |
|---|
Value:
llvm::format_hex(v, 6)
FormattedNumber format_hex(uint64_t N, unsigned Width, bool Upper=false)
format_hex - Output N as a fixed width hexadecimal.
Definition Format.h:191
Definition at line 16 of file Header.cpp.
Referenced by llvm::gsym::operator<<().
◆ HEX32
| #define HEX32 | ( | v | ) |
|---|
Value:
llvm::format_hex(v, 10)
Definition at line 17 of file Header.cpp.
Referenced by llvm::gsym::operator<<().
◆ HEX64
| #define HEX64 | ( | v | ) |
|---|
Value:
llvm::format_hex(v, 18)
Definition at line 18 of file Header.cpp.
Referenced by llvm::gsym::operator<<().
◆ HEX8
| #define HEX8 | ( | v | ) |
|---|
Value:
llvm::format_hex(v, 4)
Definition at line 15 of file Header.cpp.
Referenced by llvm::gsym::operator<<().