HomeSort by relevance Sort by last modified time
    Searched defs:PtrAddr (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/ExecutionEngine/Orc/
OrcABISupport.cpp 523 uint64_t PtrAddr = reinterpret_cast<uint64_t>(PtrsBlock.base());
524 for (unsigned I = 0; I < NumStubs; ++I, PtrAddr += 4)
525 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp 146 void *PtrAddr = JCE.allocIndirectGV(
148 addIndirectSymAddr(Ptr, (intptr_t)PtrAddr);
149 return PtrAddr;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
OrcABISupport.cpp 522 uint64_t PtrAddr = reinterpret_cast<uint64_t>(PtrsBlock.base());
523 for (unsigned I = 0; I < NumStubs; ++I, PtrAddr += 4)
524 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 249 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second);
250 assert(PtrAddr && "Missing pointer address");
252 static_cast<JITTargetAddress>(reinterpret_cast<uintptr_t>(PtrAddr));
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 283 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second);
284 assert(PtrAddr && "Missing pointer address");
286 static_cast<TargetAddress>(reinterpret_cast<uintptr_t>(PtrAddr));
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 185 milliseconds