LLVM 20.0.0git
|
This is the complete list of members for llvm::TextInstrProfReader, including all inherited members.
accumulateCounts(CountSumOrPercent &Sum, bool IsCS) | llvm::InstrProfReader | |
begin() | llvm::InstrProfReader | inline |
create(const Twine &Path, vfs::FileSystem &FS, const InstrProfCorrelator *Correlator=nullptr, const object::BuildIDFetcher *BIDFetcher=nullptr, const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind=InstrProfCorrelator::ProfCorrelatorKind::NONE, std::function< void(Error)> Warn=nullptr) | llvm::InstrProfReader | static |
create(std::unique_ptr< MemoryBuffer > Buffer, const InstrProfCorrelator *Correlator=nullptr, const object::BuildIDFetcher *BIDFetcher=nullptr, const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind=InstrProfCorrelator::ProfCorrelatorKind::NONE, std::function< void(Error)> Warn=nullptr) | llvm::InstrProfReader | static |
end() | llvm::InstrProfReader | inline |
error(instrprof_error Err, const std::string &ErrMsg="") | llvm::InstrProfReader | inlineprotected |
error(Error &&E) | llvm::InstrProfReader | inlineprotected |
functionEntryOnly() const override | llvm::TextInstrProfReader | inlinevirtual |
getError() | llvm::InstrProfReader | inline |
getProfileKind() const override | llvm::TextInstrProfReader | inlinevirtual |
getSymtab() override | llvm::TextInstrProfReader | inlinevirtual |
getTemporalProfTraces(std::optional< uint64_t > Weight={}) | llvm::InstrProfReader | inlinevirtual |
getTemporalProfTraceStreamSize() | llvm::InstrProfReader | inline |
getVersion() const override | llvm::TextInstrProfReader | inlinevirtual |
hasCSIRLevelProfile() const override | llvm::TextInstrProfReader | inlinevirtual |
hasError() | llvm::InstrProfReader | inline |
hasFormat(const MemoryBuffer &Buffer) | llvm::TextInstrProfReader | static |
hasMemoryProfile() const override | llvm::TextInstrProfReader | inlinevirtual |
hasSingleByteCoverage() const override | llvm::TextInstrProfReader | inlinevirtual |
hasTemporalProfile() const override | llvm::TextInstrProfReader | inlinevirtual |
instrEntryBBEnabled() const override | llvm::TextInstrProfReader | inlinevirtual |
instrLoopEntriesEnabled() const override | llvm::TextInstrProfReader | inlinevirtual |
InstrProfReader()=default | llvm::InstrProfReader | |
isEOF() | llvm::InstrProfReader | inline |
isIRLevelProfile() const override | llvm::TextInstrProfReader | inlinevirtual |
operator=(const TextInstrProfReader &)=delete | llvm::TextInstrProfReader | |
printBinaryIds(raw_ostream &OS) | llvm::InstrProfReader | inlinevirtual |
readBinaryIds(std::vector< llvm::object::BuildID > &BinaryIds) | llvm::InstrProfReader | inlinevirtual |
readHeader() override | llvm::TextInstrProfReader | virtual |
readNextRecord(NamedInstrProfRecord &Record) override | llvm::TextInstrProfReader | virtual |
success() | llvm::InstrProfReader | inlineprotected |
Symtab | llvm::InstrProfReader | protected |
TemporalProfTraces | llvm::InstrProfReader | protected |
TemporalProfTraceStreamSize | llvm::InstrProfReader | protected |
TextInstrProfReader(std::unique_ptr< MemoryBuffer > DataBuffer_) | llvm::TextInstrProfReader | inline |
TextInstrProfReader(const TextInstrProfReader &)=delete | llvm::TextInstrProfReader | |
~InstrProfReader()=default | llvm::InstrProfReader | virtual |