Home
last modified time | relevance | path

Searched refs:UIntPtr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp57 uintptr_t UIntPtr = reinterpret_cast<uintptr_t>(&findLocalExecutorHelper); in findLocalExecutor() local
58 void *VoidPtr = reinterpret_cast<void *>(UIntPtr); in findLocalExecutor()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp30 using UIntPtr = uint64_t; typedef
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td375 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>;
1142 [AtomicUIntPtr, UIntPtr, PtrDiff]] in {
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp8081 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { in read()
8082 FunctionAddr = readNext<UIntPtr>(Contents, Offset); in read()
8085 PersonalityAddr = readNext<UIntPtr>(Contents, Offset); in read()
8086 LSDAAddr = readNext<UIntPtr>(Contents, Offset); in read()