Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfReader.cpp571 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
695 return Err->get() == instrprof_error::unknown_function in getRecords()
H A DInstrProf.cpp98 case instrprof_error::unknown_function: in getInstrProfErrString()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h291 unknown_function, enumerator
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp219 } else if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp974 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts()
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp195 case instrprof_error::unknown_function: in isFatalError()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1025 if (Err == instrprof_error::unknown_function) { in readCounters()