Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h84 Error setIsIRLevelProfile(bool IsIRLevel, bool WithCS) { in setIsIRLevelProfile() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp255 if (Error E = WC->Writer.setIsIRLevelProfile(IsIRProfile, HasCSIRProfile)) { in loadInput()