Searched refs:UIntPtr (Results 1 – 4 of 4) sorted by relevance
57 uintptr_t UIntPtr = reinterpret_cast<uintptr_t>(&findLocalExecutorHelper); in findLocalExecutor() local58 void *VoidPtr = reinterpret_cast<void *>(UIntPtr); in findLocalExecutor()
30 using UIntPtr = uint64_t; typedef
375 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>;1142 [AtomicUIntPtr, UIntPtr, PtrDiff]] in {
8081 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()