Home
last modified time | relevance | path

Searched refs:HasCSIRLevelProfile (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h163 bool HasCSIRLevelProfile = false; variable
179 bool hasCSIRLevelProfile() const override { return HasCSIRLevelProfile; } in hasCSIRLevelProfile()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp179 HasCSIRLevelProfile = IsCS; in readHeader()