Home
last modified time | relevance | path

Searched defs:ReturnCode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DReturnCode.py11 class ReturnCode(Enum): class
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DProgram.h53 int ReturnCode; member
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h71 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs); in insertSimpleCallFunction() local
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DToolRunner.cpp79 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, None, Redirects, in RunProgramRemotelyWithTimeout() local