Searched refs:ThisT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h60 typedef OrcRemoteTargetServer ThisT; typedef
66 return handle<CallIntVoid>(Channel, *this, &ThisT::handleCallIntVoid);
68 return handle<CallMain>(Channel, *this, &ThisT::handleCallMain);
70 return handle<CallVoidVoid>(Channel, *this, &ThisT::handleCallVoidVoid);
73 &ThisT::handleCreateRemoteAllocator);
76 Channel, *this, &ThisT::handleCreateIndirectStubsOwner);
79 &ThisT::handleDeregisterEHFrames);
82 Channel, *this, &ThisT::handleDestroyRemoteAllocator);
85 Channel, *this, &ThisT::handleDestroyIndirectStubsOwner);
88 &ThisT
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h322 SizeClassMap, MapUnmapCallback> ThisT; typedef in class:__sanitizer::SizeClassAllocator64
323 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
715 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT; typedef in class:__sanitizer::SizeClassAllocator32
716 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;

Completed in 110 milliseconds