Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp755 return make_error<InstrProfError>(instrprof_error::unknown_function); in getRecords()
886 return Err->get() == instrprof_error::unknown_function in getRecords()
1139 return error(instrprof_error::unknown_function); in getInstrProfRecord()
1151 instrprof_error::unknown_function, in getMemProfRecord()
H A DInstrProf.cpp127 case instrprof_error::unknown_function: in getInstrProfErrString()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h322 unknown_function, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1316 if (Err == instrprof_error::unknown_function) { in readMemprof()
1512 if (Err == instrprof_error::unknown_function) { in readCounters()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp254 } else if (IPE != instrprof_error::unknown_function) in loadFunctionRecord()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1040 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts()
/openbsd-src/gnu/llvm/clang/docs/
H A DDataFlowAnalysisIntro.md900 unknown_function(x); // may change x.