Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h158 InstrProfKind::FunctionEntryInstrumentation)) { in mergeProfileKind()
H A DInstrProfReader.h268 InstrProfKind::FunctionEntryInstrumentation); in instrEntryBBEnabled()
H A DInstrProf.h308 FunctionEntryInstrumentation = 0x4, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp441 InstrProfKind::FunctionEntryInstrumentation)) in writeImpl()
770 InstrProfKind::FunctionEntryInstrumentation)) in writeText()
H A DInstrProfReader.cpp52 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in getProfileKindFromVersion()
259 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in readHeader()
261 ProfileKind &= ~InstrProfKind::FunctionEntryInstrumentation; in readHeader()