LLVM 20.0.0git
|
#include "llvm/ProfileData/InstrProfReader.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/IR/ProfileSummary.h"
#include "llvm/ProfileData/InstrProf.h"
#include "llvm/ProfileData/MemProf.h"
#include "llvm/ProfileData/ProfileCommon.h"
#include "llvm/ProfileData/SymbolRemappingReader.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/SwapByteOrder.h"
#include "llvm/Support/VirtualFileSystem.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <memory>
#include <optional>
#include <system_error>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | llvm::InstrProfReaderItaniumRemapper< HashTableImpl > |
A remapper that applies remappings based on a symbol remapping file. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | CHECK_LINE_END(Line) |
#define | READ_NUM(Str, Dst) |
#define | VP_READ_ADVANCE(Val) |
Typedefs | |
using | data_type = InstrProfLookupTrait::data_type |
using | offset_type = InstrProfLookupTrait::offset_type |
#define CHECK_LINE_END | ( | Line | ) |
#define READ_NUM | ( | Str, | |
Dst | |||
) |
#define VP_READ_ADVANCE | ( | Val | ) |
Definition at line 887 of file InstrProfReader.cpp.
Definition at line 888 of file InstrProfReader.cpp.
|
static |
Definition at line 1541 of file InstrProfReader.cpp.
References llvm::hash_mismatch, and llvm::memprof::FrameIdConverter< MapTy >::LastUnmappedId.
Referenced by llvm::IndexedMemProfReader::getMemProfRecord().
|
static |
Definition at line 1560 of file InstrProfReader.cpp.
References llvm::hash_mismatch, llvm::memprof::FrameIdConverter< MapTy >::LastUnmappedId, llvm::memprof::CallStackIdConverter< MapTy >::LastUnmappedId, and llvm::memprof::IndexedMemProfRecord::toMemProfRecord().
Referenced by llvm::IndexedMemProfReader::getMemProfRecord().
|
static |
Definition at line 1590 of file InstrProfReader.cpp.
References llvm::memprof::IndexedMemProfRecord::toMemProfRecord().
Referenced by llvm::IndexedMemProfReader::getMemProfRecord().
|
static |
Definition at line 45 of file InstrProfReader.cpp.
Referenced by llvm::RawInstrProfReader< IntPtrT >::getProfileKind(), and llvm::InstrProfReaderIndex< HashTableImpl >::getProfileKind().
|
static |
Definition at line 80 of file InstrProfReader.cpp.
References llvm::InstrProfReader::readHeader().
Referenced by llvm::InstrProfReader::create(), and llvm::IndexedInstrProfReader::create().
|
static |
Definition at line 143 of file InstrProfReader.cpp.
References llvm::format(), I, and OS.
Referenced by llvm::RawInstrProfReader< IntPtrT >::printBinaryIds(), and llvm::IndexedInstrProfReader::printBinaryIds().
|
static |
Read a list of binary ids from a profile that consist of a.
uint64_t binary id length b. uint8_t binary id data c. uint8_t padding (if necessary) This function is shared between raw and indexed profiles. Raw profiles are in host-endian format, and indexed profiles are in little-endian format. So, this function takes an argument indicating the associated endian format to read the binary ids correctly.
Definition at line 93 of file InstrProfReader.cpp.
References llvm::alignToPowerOf2(), llvm::ArrayRef< T >::data(), End, Endian, llvm::MemoryBuffer::getBufferEnd(), llvm::ArrayRef< T >::size(), and llvm::Error::success().
Referenced by llvm::IndexedInstrProfReader::readBinaryIds().
|
static |
Definition at line 72 of file InstrProfReader.cpp.
References llvm::errorCodeToError(), and llvm::MemoryBuffer::getSTDIN().