Home
last modified time | relevance | path

Searched defs:UIntPtr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp57 uintptr_t UIntPtr = reinterpret_cast<uintptr_t>(&findLocalExecutorHelper); in findLocalExecutor() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp30 using UIntPtr = uint64_t; typedef