Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2854 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile() local
2855 OS << "Instrumentation level: " << (IsIR ? "IR" : "Front-end"); in showInstrProfile()
2856 if (IsIR) in showInstrProfile()