Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp583 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
707 return Err->get() == instrprof_error::unknown_function in getRecords()
DInstrProf.cpp98 case instrprof_error::unknown_function: in getInstrProfErrString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h286 unknown_function, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp227 } else if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1151 if (Err == instrprof_error::unknown_function) { in readCounters()