Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp940 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
1072 return Err->get() == instrprof_error::unknown_function in getRecords()
1343 if (IE.get() != instrprof_error::unknown_function) in getInstrProfRecord()
1387 return error(instrprof_error::unknown_function); in getInstrProfRecord()
1399 instrprof_error::unknown_function, in getMemProfRecord()
H A DInstrProf.cpp128 case instrprof_error::unknown_function: in getInstrProfErrString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp765 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
780 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp696 if (Err == instrprof_error::unknown_function) { in readMemprof()
H A DPGOInstrumentation.cpp1281 if (Err == instrprof_error::unknown_function) { in handleInstrProfError()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h338 unknown_function, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1285 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts()