Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDInstrProfCorrelator.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-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProfCorrelator.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-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp49 using ProfCorrelatorKind = InstrProfCorrelator::ProfCorrelatorKind; typedef
921 ProfCorrelatorKind CorrelateKind = ProfCorrelatorKind::NONE; in mergeInstrProfile()
924 CorrelateKind = ProfCorrelatorKind::DEBUG_INFO; in mergeInstrProfile()
927 CorrelateKind = ProfCorrelatorKind::BINARY; in mergeInstrProfile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp122 extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp79 cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate(
HDPGOInstrumentation.cpp338 extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate;