Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2180 bool IsIR = Reader->isIRLevelProfile(); in showInstrProfile() local
2181 OS << "Instrumentation level: " << (IsIR ? "IR" : "Front-end"); in showInstrProfile()
2182 if (IsIR) in showInstrProfile()