Home
last modified time | relevance | path

Searched refs:allocateCodeSection (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp20 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST()
22 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, ""); in TEST()
53 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST()
55 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, ""); in TEST()
92 code[i] = MemMgr->allocateCodeSection(32, 0, 1, ""); in TEST()
131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST()
DMCJITCAPITest.cpp38 return static_cast<SectionMemoryManager*>(object)->allocateCodeSection( in roundTripAllocateCodeSection()
113 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function in __anondb1e80810111::TestReserveAllocationSpaceMemoryManager
117 return SectionMemoryManager::allocateCodeSection(Size, Alignment, in allocateCodeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMemoryManagerTest.cpp20 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST()
22 uint8_t *code2 = MemMgr->allocateCodeSection(256, 0, 3, ""); in TEST()
53 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST()
55 uint8_t *code2 = MemMgr->allocateCodeSection(0x100000, 0, 3, ""); in TEST()
92 code[i] = MemMgr->allocateCodeSection(32, 0, 1, ""); in TEST()
131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); in TEST()
DMCJITCAPITest.cpp38 return static_cast<SectionMemoryManager*>(object)->allocateCodeSection( in roundTripAllocateCodeSection()
114 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function in __anonab9db5b90111::TestReserveAllocationSpaceMemoryManager
118 return SectionMemoryManager::allocateCodeSection(Size, Alignment, in allocateCodeSection()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp330 virtual uint8_t *allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in DelegatingJITMemoryManager
334 return mgr()->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
338 virtual uint8_t *allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in DelegatingJITMemoryManager
341 return mgr()->allocateCodeSection(Size, Alignment, SectionID); in allocateCodeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h91 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
94 return MemMgr->allocateCodeSection(Size, Alignment, SectionID, SectionName); in allocateCodeSection()
/external/llvm/tools/lli/
DRemoteJITUtils.h90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
93 return MemMgr->allocateCodeSection(Size, Alignment, SectionID, SectionName); in allocateCodeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DELF_x86_64_StubBuf.s6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DELF_x86_64_StubBuf.s6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h50 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
DRuntimeDyld.h122 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h119 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
DRuntimeDyld.h103 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp238 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function in exegesis::__anon40bdd97c0111::TrackingSectionMemoryManager
242 return llvm::SectionMemoryManager::allocateCodeSection( in allocateCodeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp329 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
362 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anon33a9a7fb0111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp34 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp326 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
359 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anonf56920c30111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h38 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
42 ClientMM->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h68 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
72 ClientMM->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp145 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
214 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in TrivialMemoryManager
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp150 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
216 uint8_t *TrivialMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in TrivialMemoryManager
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp271 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned, in TEST() function in __anon72c0dc620111::TEST::NullManager
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp297 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned, in TEST() function in __anon9106482a0111::TEST::NullManager
/external/bcc/src/cc/
Dbpf_module.cc81 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function in ebpf::MyMemoryManager
84 …uint8_t *Addr = SectionMemoryManager::allocateCodeSection(Size, Alignment, SectionID, SectionName); in allocateCodeSection()

12