LLVM 22.0.0git
|
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Error.h"
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | llvm::gsym::Header |
The GSYM header. More... |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::gsym |
Functions | |
LLVM_ABI bool | llvm::gsym::operator== (const Header &LHS, const Header &RHS) |
LLVM_ABI raw_ostream & | llvm::gsym::operator<< (raw_ostream &OS, const llvm::gsym::Header &H) |
Variables | |
constexpr uint32_t | llvm::gsym::GSYM_MAGIC = 0x4753594d |
constexpr uint32_t | llvm::gsym::GSYM_CIGAM = 0x4d595347 |
constexpr uint32_t | llvm::gsym::GSYM_VERSION = 1 |
constexpr size_t | llvm::gsym::GSYM_MAX_UUID_SIZE = 20 |