LLVM: llvm::InstrProfCorrelator::Context Struct Reference (original) (raw)
#include "[llvm/ProfileData/InstrProfCorrelator.h](InstrProfCorrelator%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| std::unique_ptr< MemoryBuffer > | Buffer |
| uint64_t | CountersSectionStart |
| The address range of the __llvm_prf_cnts section. | |
| uint64_t | CountersSectionEnd |
| const char * | DataStart |
| The pointer points to start/end of profile data/name sections if FileKind is Binary. | |
| const char * | DataEnd |
| const char * | NameStart |
| size_t | NameSize |
| bool | ShouldSwapBytes |
| True if target and host have different endian orders. |
Definition at line 78 of file InstrProfCorrelator.h.
◆ get()
◆ Buffer
std::unique_ptr<MemoryBuffer> llvm::InstrProfCorrelator::Context::Buffer
◆ CountersSectionEnd
uint64_t llvm::InstrProfCorrelator::Context::CountersSectionEnd
◆ CountersSectionStart
uint64_t llvm::InstrProfCorrelator::Context::CountersSectionStart
◆ DataEnd
const char* llvm::InstrProfCorrelator::Context::DataEnd
◆ DataStart
const char* llvm::InstrProfCorrelator::Context::DataStart
The pointer points to start/end of profile data/name sections if FileKind is Binary.
Definition at line 88 of file InstrProfCorrelator.h.
◆ NameSize
size_t llvm::InstrProfCorrelator::Context::NameSize
◆ NameStart
const char* llvm::InstrProfCorrelator::Context::NameStart
◆ ShouldSwapBytes
bool llvm::InstrProfCorrelator::Context::ShouldSwapBytes
The documentation for this struct was generated from the following files:
- include/llvm/ProfileData/InstrProfCorrelator.h
- lib/ProfileData/InstrProfCorrelator.cpp