Home
last modified time | relevance | path

Searched refs:ProfCorrelatorKind (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h39 enum ProfCorrelatorKind { NONE, DEBUG_INFO, BINARY }; enum
42 get(StringRef Filename, ProfCorrelatorKind FileKind,
81 ProfCorrelatorKind FileKind);
123 get(std::unique_ptr<MemoryBuffer> Buffer, ProfCorrelatorKind FileKind);
147 const object::ObjectFile &Obj, ProfCorrelatorKind FileKind);
H A DInstrProfReader.h211 const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind =
212 InstrProfCorrelator::ProfCorrelatorKind::NONE,
219 const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind =
220 InstrProfCorrelator::ProfCorrelatorKind::NONE,
342 InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind;
382 const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind, in RawInstrProfReader()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp58 ProfCorrelatorKind FileKind) { in get()
94 InstrProfCorrelator::get(StringRef Filename, ProfCorrelatorKind FileKind, in get()
154 ProfCorrelatorKind FileKind) { in get()
211 const object::ObjectFile &Obj, ProfCorrelatorKind FileKind) { in get()
H A DInstrProfReader.cpp160 const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind, in create()
173 const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind, in create()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Driver/
H A DCodeGenOptions.cpp16 extern llvm::cl::opt<llvm::InstrProfCorrelator::ProfCorrelatorKind>
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp53 using ProfCorrelatorKind = InstrProfCorrelator::ProfCorrelatorKind; typedef
144 static cl::opt<ProfCorrelatorKind> BIDFetcherProfileCorrelate(
698 const ProfCorrelatorKind *BIDFetcherCorrelatorKind = nullptr) { in loadInput()
791 const ProfCorrelatorKind CorrelatorKind = BIDFetcherCorrelatorKind in loadInput()
793 : ProfCorrelatorKind::NONE; in loadInput()
989 ProfCorrelatorKind CorrelateKind = ProfCorrelatorKind::NONE; in mergeInstrProfile()
992 CorrelateKind = ProfCorrelatorKind::DEBUG_INFO; in mergeInstrProfile()
995 CorrelateKind = ProfCorrelatorKind::BINARY; in mergeInstrProfile()
1007 ProfCorrelatorKind BIDFetcherCorrelateKind = ProfCorrelatorKind::NONE; in mergeInstrProfile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp121 LLVM_ABI extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind>
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp80 LLVM_ABI cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate(
H A DPGOInstrumentation.cpp363 LLVM_ABI extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind>