Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h123 (ProfileKind & InstrProfKind::FrontendInstrumentation) ^ in mergeProfileKind()
124 (Other & InstrProfKind::FrontendInstrumentation))) { in mergeProfileKind()
H A DInstrProf.h285 FrontendInstrumentation = 0x1, enumerator
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfReader.cpp179 ProfileKind |= InstrProfKind::FrontendInstrumentation; in readHeader()