Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DInstrProfWriter.cpp360 if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeImpl()
646 else if (static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation)) in writeText()
DInstrProfReader.cpp45 ProfileKind |= InstrProfKind::IRInstrumentation; in getProfileKindFromVersion()
262 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
266 ProfileKind |= InstrProfKind::IRInstrumentation; in readHeader()
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DInstrProfReader.h232 return static_cast<bool>(ProfileKind & InstrProfKind::IRInstrumentation); in isIRLevelProfile()
DInstrProf.h292 IRInstrumentation = 0x2, enumerator