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.cpp1008 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
1140 return Err->get() == instrprof_error::unknown_function in getRecords()
1383 if (IE.get() != instrprof_error::unknown_function) in getInstrProfRecord()
1427 return error(instrprof_error::unknown_function); in getInstrProfRecord()
1469 instrprof_error::unknown_function, in getMemProfRecord()
H A DInstrProf.cpp132 case instrprof_error::unknown_function: in getInstrProfErrString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp390 if (Err == instrprof_error::unknown_function) { in readMemprof()
H A DPGOInstrumentation.cpp1416 if (Err == instrprof_error::unknown_function) { in handleInstrProfError()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp850 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
873 if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h413 unknown_function, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1429 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts()