Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h153 (ProfileKind & InstrProfKind::FrontendInstrumentation) ^ in mergeProfileKind()
154 (Other & InstrProfKind::FrontendInstrumentation))) { in mergeProfileKind()
H A DInstrProf.h304 FrontendInstrumentation = 0x1, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp254 ProfileKind |= InstrProfKind::FrontendInstrumentation; in readHeader()