Home
last modified time | relevance | path

Searched refs:FunctionEntryInstrumentation (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h192 InstrProfKind::FunctionEntryInstrumentation) || in mergeProfileKind()
H A DInstrProfReader.h281 InstrProfKind::FunctionEntryInstrumentation); in instrEntryBBEnabled()
H A DInstrProf.h381 FunctionEntryInstrumentation = 0x4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp579 InstrProfKind::FunctionEntryInstrumentation)) in writeImpl()
795 InstrProfKind::FunctionEntryInstrumentation)) in writeText()
H A DInstrProfReader.cpp54 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in getProfileKindFromVersion()
266 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in readHeader()
268 ProfileKind &= ~InstrProfKind::FunctionEntryInstrumentation; in readHeader()