Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp975 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
1107 return Err->get() == instrprof_error::unknown_function in getRecords()
1493 if (IE.get() != instrprof_error::unknown_function) in getInstrProfRecord()
1537 return error(instrprof_error::unknown_function); in getInstrProfRecord()
1608 instrprof_error::unknown_function, in getMemProfRecord()
H A DInstrProf.cpp130 case instrprof_error::unknown_function: in getInstrProfErrString()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp822 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
840 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h358 unknown_function, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp807 if (Err == instrprof_error::unknown_function) { in readMemprof()
H A DPGOInstrumentation.cpp1335 if (Err == instrprof_error::unknown_function) { in handleInstrProfError()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1415 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts()