HomeSort by relevance Sort by last modified time
    Searched refs:CodeAlign (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/tools/lli/
RemoteJITUtils.h 103 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
107 MemMgr->reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
RuntimeDyld.h 136 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
RuntimeDyld.h 136 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
RuntimeDyld.h 136 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
RuntimeDyld.h 136 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
RuntimeDyld.h 123 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 146 uintptr_t CodeAlign = Align ? (uintptr_t)code[i] % Align : 0;
149 EXPECT_EQ((uintptr_t)0, CodeAlign);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 186 uint32_t CodeAlign = 1, RODataAlign = 1, RWDataAlign = 1;
188 CodeSize, CodeAlign,
192 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
412 uint32_t &CodeAlign,
457 CodeAlign = std::max(CodeAlign, Alignment);
496 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign);
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 142 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 136 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 136 virtual void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 110 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
120 Client.reserveMem(Id, CodeSize, CodeAlign);
124 << " (" << CodeSize << " bytes, alignment " << CodeAlign
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 110 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
120 Client.reserveMem(Id, CodeSize, CodeAlign);
124 << " (" << CodeSize << " bytes, alignment " << CodeAlign
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 110 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
120 Client.reserveMem(Id, CodeSize, CodeAlign);
124 << " (" << CodeSize << " bytes, alignment " << CodeAlign
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 110 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
120 Client.reserveMem(Id, CodeSize, CodeAlign);
124 << " (" << CodeSize << " bytes, alignment " << CodeAlign
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 110 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
120 Client.reserveMem(Id, CodeSize, CodeAlign);
124 << " (" << CodeSize << " bytes, alignment " << CodeAlign
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 110 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
120 Client.reserveMem(Id, CodeSize, CodeAlign);
124 << " (" << CodeSize << " bytes, alignment " << CodeAlign
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 110 void reserveAllocationSpace(uintptr_t CodeSize, uint32_t CodeAlign,
120 Client.reserveMem(Id, CodeSize, CodeAlign);
124 << " (" << CodeSize << " bytes, alignment " << CodeAlign

Completed in 399 milliseconds

1 2