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.h177 InstrProfKind::FunctionEntryInstrumentation)) { in mergeProfileKind()
H A DInstrProfReader.h268 InstrProfKind::FunctionEntryInstrumentation); in instrEntryBBEnabled()
H A DInstrProf.h328 FunctionEntryInstrumentation = 0x4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp54 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in getProfileKindFromVersion()
256 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in readHeader()
258 ProfileKind &= ~InstrProfKind::FunctionEntryInstrumentation; in readHeader()
H A DInstrProfWriter.cpp868 InstrProfKind::FunctionEntryInstrumentation)) in writeImpl()
1111 InstrProfKind::FunctionEntryInstrumentation)) in writeText()