OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JITSymbolNotFound
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcError.h
27
JITSymbolNotFound
,
56
class
JITSymbolNotFound
: public ErrorInfo<
JITSymbolNotFound
> {
60
JITSymbolNotFound
(std::string SymbolName);
ExecutionUtils.h
161
return make_error<
JITSymbolNotFound
>(CtorDtorName);
CompileOnDemandLayer.h
349
return make_error<
JITSymbolNotFound
>(FuncName);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
OrcError.cpp
36
case OrcErrorCode::
JITSymbolNotFound
:
75
char
JITSymbolNotFound
::ID = 0;
98
JITSymbolNotFound
::
JITSymbolNotFound
(std::string SymbolName)
101
std::error_code
JITSymbolNotFound
::convertToErrorCode() const {
103
return std::error_code(static_cast<UT>(OrcErrorCode::
JITSymbolNotFound
),
107
void
JITSymbolNotFound
::log(raw_ostream &OS) const {
111
const std::string &
JITSymbolNotFound
::getSymbolName() const {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
RemoteObjectLayerTest.cpp
354
return make_error<
JITSymbolNotFound
>(Name);
435
return make_error<
JITSymbolNotFound
>(Name);
443
return make_error<
JITSymbolNotFound
>(Name);
Completed in 864 milliseconds