Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h36 enum ProfCorrelatorKind { NONE, DEBUG_INFO, BINARY }; enum
39 get(StringRef Filename, ProfCorrelatorKind FileKind);
76 ProfCorrelatorKind FileKind);
118 get(std::unique_ptr<MemoryBuffer> Buffer, ProfCorrelatorKind FileKind);
142 const object::ObjectFile &Obj, ProfCorrelatorKind FileKind);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp58 ProfCorrelatorKind FileKind) { in get()
94 InstrProfCorrelator::get(StringRef Filename, ProfCorrelatorKind FileKind) { in get()
130 ProfCorrelatorKind FileKind) { in get()
187 const object::ObjectFile &Obj, ProfCorrelatorKind FileKind) { in get()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp49 using ProfCorrelatorKind = InstrProfCorrelator::ProfCorrelatorKind; typedef
863 ProfCorrelatorKind CorrelateKind = ProfCorrelatorKind::NONE; in mergeInstrProfile()
866 CorrelateKind = ProfCorrelatorKind::DEBUG_INFO; in mergeInstrProfile()
869 CorrelateKind = ProfCorrelatorKind::BINARY; in mergeInstrProfile()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp106 extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp75 cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate(
H A DPGOInstrumentation.cpp330 extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate;