Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h135 InstrProfKind::FunctionEntryInstrumentation)) { in mergeProfileKind()
H A DInstrProfReader.h241 InstrProfKind::FunctionEntryInstrumentation); in instrEntryBBEnabled()
H A DInstrProf.h294 FunctionEntryInstrumentation = 0x4, enumerator
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp365 InstrProfKind::FunctionEntryInstrumentation)) in writeImpl()
650 InstrProfKind::FunctionEntryInstrumentation)) in writeText()
H A DInstrProfReader.cpp51 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in getProfileKindFromVersion()
269 ProfileKind |= InstrProfKind::FunctionEntryInstrumentation; in readHeader()
271 ProfileKind &= ~InstrProfKind::FunctionEntryInstrumentation; in readHeader()