HomeSort by relevance Sort by last modified time
    Searched refs:allocateSection (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 110 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 uint8_t *allocateSection(MemoryGroup &MemGroup, uintptr_t Size,
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 28 return allocateSection(RODataMem, Size, Alignment);
29 return allocateSection(RWDataMem, Size, Alignment);
36 return allocateSection(CodeMem, Size, Alignment);
39 uint8_t *SectionMemoryManager::allocateSection(MemoryGroup &MemGroup,

Completed in 82 milliseconds