Searched refs:ProfCorrelatorKind (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfCorrelator.h | 39 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 D | InstrProfReader.h | 211 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 D | InstrProfCorrelator.cpp | 58 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 D | InstrProfReader.cpp | 160 const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind, in create() 173 const InstrProfCorrelator::ProfCorrelatorKind BIDFetcherCorrelatorKind, in create()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Driver/ |
| H A D | CodeGenOptions.cpp | 16 extern llvm::cl::opt<llvm::InstrProfCorrelator::ProfCorrelatorKind>
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 53 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 D | BackendUtil.cpp | 121 LLVM_ABI extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind>
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 80 LLVM_ABI cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate(
|
| H A D | PGOInstrumentation.cpp | 363 LLVM_ABI extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind>
|