Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp590 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
714 return Err->get() == instrprof_error::unknown_function in getRecords()
H A DInstrProf.cpp103 case instrprof_error::unknown_function: in getInstrProfErrString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h293 unknown_function, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp253 } else if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1029 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1286 if (Err == instrprof_error::unknown_function) { in readCounters()