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

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
35 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
37 class SectionMemoryManager : public RTDyldMemoryManager {
38 SectionMemoryManager(const SectionMemoryManager&) = delete;
39 void operator=(const SectionMemoryManager&) = delete;
42 SectionMemoryManager() { }
43 ~SectionMemoryManager() override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
39 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
41 class SectionMemoryManager : public RTDyldMemoryManager {
43 SectionMemoryManager() = default;
44 SectionMemoryManager(const SectionMemoryManager&) = delete;
45 void operator=(const SectionMemoryManager&) = delete;
46 ~SectionMemoryManager() override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
39 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
41 class SectionMemoryManager : public RTDyldMemoryManager {
43 SectionMemoryManager() = default;
44 SectionMemoryManager(const SectionMemoryManager&) = delete;
45 void operator=(const SectionMemoryManager&) = delete;
46 ~SectionMemoryManager() override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
39 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
41 class SectionMemoryManager : public RTDyldMemoryManager {
43 SectionMemoryManager() = default;
44 SectionMemoryManager(const SectionMemoryManager&) = delete;
45 void operator=(const SectionMemoryManager&) = delete;
46 ~SectionMemoryManager() override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
39 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
41 class SectionMemoryManager : public RTDyldMemoryManager {
43 SectionMemoryManager() = default;
44 SectionMemoryManager(const SectionMemoryManager&) = delete;
45 void operator=(const SectionMemoryManager&) = delete;
46 ~SectionMemoryManager() override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
39 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
41 class SectionMemoryManager : public RTDyldMemoryManager {
43 SectionMemoryManager() = default;
44 SectionMemoryManager(const SectionMemoryManager&) = delete;
45 void operator=(const SectionMemoryManager&) = delete;
46 ~SectionMemoryManager() override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
39 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
41 class SectionMemoryManager : public RTDyldMemoryManager {
43 SectionMemoryManager() = default;
44 SectionMemoryManager(const SectionMemoryManager&) = delete;
45 void operator=(const SectionMemoryManager&) = delete;
46 ~SectionMemoryManager() override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
39 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
41 class SectionMemoryManager : public RTDyldMemoryManager {
43 SectionMemoryManager() = default;
44 SectionMemoryManager(const SectionMemoryManager&) = delete;
45 void operator=(const SectionMemoryManager&) = delete;
46 ~SectionMemoryManager() override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 1 //===- SectionMemoryManager.h - Memory manager for MCJIT/RtDyld -*- C++ -*-===//
39 /// MCJIT::finalizeObject or by calling SectionMemoryManager::finalizeMemory
41 class SectionMemoryManager : public RTDyldMemoryManager {
43 SectionMemoryManager() = default;
44 SectionMemoryManager(const SectionMemoryManager&) = delete;
45 void operator=(const SectionMemoryManager&) = delete;
46 ~SectionMemoryManager() override;
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 1 //===- SectionMemoryManager.cpp - Memory manager for MCJIT/RtDyld *- C++ -*-==//
16 #include "llvm/ExecutionEngine/SectionMemoryManager.h"
22 uint8_t *SectionMemoryManager::allocateDataSection(uintptr_t Size,
32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size,
39 uint8_t *SectionMemoryManager::allocateSection(MemoryGroup &MemGroup,
125 bool SectionMemoryManager::finalizeMemory(std::string *ErrMsg)
181 SectionMemoryManager::applyMemoryGroupPermissions(MemoryGroup &MemGroup,
206 void SectionMemoryManager::invalidateInstructionCache() {
211 SectionMemoryManager::~SectionMemoryManager() {
    [all...]

Completed in 150 milliseconds