Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h130 (ProfileKind & InstrProfKind::FrontendInstrumentation) ^ in mergeProfileKind()
131 (Other & InstrProfKind::FrontendInstrumentation))) { in mergeProfileKind()
H A DInstrProf.h290 FrontendInstrumentation = 0x1, enumerator
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp264 ProfileKind |= InstrProfKind::FrontendInstrumentation; in readHeader()