Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h84 Error setIsIRLevelProfile(bool IsIRLevel, bool WithCS) { in setIsIRLevelProfile() argument
87 ProfileKind = WithCS ? PF_IRLevelWithCS : PF_IRLevel; in setIsIRLevelProfile()
99 if (ProfileKind == PF_IRLevel && WithCS) in setIsIRLevelProfile()