Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.h83 struct CWrapperFunctionResult { struct
99 WrapperFunctionResult(CWrapperFunctionResult R) : R(R) {} in WrapperFunctionResult()
110 CWrapperFunctionResult Tmp;
123 CWrapperFunctionResult release() { in release()
124 CWrapperFunctionResult Tmp; in release()
143 CWrapperFunctionResult R; in from()
161 static void zeroInit(CWrapperFunctionResult &R) { in zeroInit()
167 CWrapperFunctionResult R;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
DRegisterEHFrames.h35 extern "C" llvm::orc::tpctypes::CWrapperFunctionResult
38 extern "C" llvm::orc::tpctypes::CWrapperFunctionResult
DOrcRPCTPCServer.h252 tpctypes::CWrapperFunctionResult R; in deserialize()
595 using WrapperFnTy = tpctypes::CWrapperFunctionResult (*)( in runWrapper()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
DRegisterEHFrames.cpp158 extern "C" CWrapperFunctionResult
184 extern "C" CWrapperFunctionResult
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
DTargetProcessControlTypes.cpp20 CWrapperFunctionResult R; in from()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTargetProcessControl.cpp110 tpctypes::CWrapperFunctionResult (*)(const uint8_t *Data, uint64_t Size); in runWrapper()