Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h172 (ProfileKind & InstrProfKind::FrontendInstrumentation) ^ in mergeProfileKind()
173 (Other & InstrProfKind::FrontendInstrumentation))) { in mergeProfileKind()
H A DInstrProf.h324 FrontendInstrumentation = 0x1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp251 ProfileKind |= InstrProfKind::FrontendInstrumentation; in readHeader()