HomeSort by: relevance | last modified time | path
    Searched refs:PointerBytes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 31 uint64_t PointerBytes = 0;
45 uint64_t PointerBytes = NumStubs * ORCABI::PointerSize;
46 return {StubBytes, PointerBytes, NumStubs};
IndirectionUtils.h 316 uint64_t PointerAlloc = alignTo(ISAS.PointerBytes, PageSize);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCIndirectionUtils.cpp 353 auto PointerBytes =
366 Request[PointerPagePermissions] = {PageSize, 0, PointerBytes};

Completed in 24 milliseconds