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

1 2 3

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 50 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x86_64_StubBuf.s 6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RuntimeDyld.h 116 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RuntimeDyld.h 116 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RuntimeDyld.h 103 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RuntimeDyld.h 103 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RuntimeDyld.h 103 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RuntimeDyld.h 103 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
RuntimeDyld.h 116 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 53 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMemoryManagerTest.cpp 20 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, "");
22 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, "");
53 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, "");
55 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, "");
92 code[i] = MemMgr->allocateCodeSection(32, 0, 1, "");
131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, "");
  /external/llvm/tools/lli/
RemoteJITUtils.h 90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
93 return MemMgr->allocateCodeSection(Size, Alignment, SectionID, SectionName);

Completed in 952 milliseconds

1 2 3