Home
last modified time | relevance | path

Searched refs:allocateCodeSection (Results 1 – 25 of 31) 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 __anonc75847770111::TestReserveAllocationSpaceMemoryManager
117 return SectionMemoryManager::allocateCodeSection(Size, Alignment, 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/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-10.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h118 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
DRuntimeDyld.h104 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h117 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
DRuntimeDyld.h103 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DEPCGenericRTDyldMemoryManager.h55 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp192 virtual uint8_t *allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in DelegatingJITMemoryManager
196 return mgr()->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
/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-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp328 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
361 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anone658469b0111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp33 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 __anon1f78b2390111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp340 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
373 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anon1df4a7e10111::SimpleBindingMemoryManager
DSectionMemoryManager.cpp33 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h67 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
71 ClientMM->allocateCodeSection(Size, Alignment, SectionID, in allocateCodeSection()
/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/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp297 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned, in TEST() function in __anon5bc643e00111::TEST::NullManager
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DEPCGenericRTDyldMemoryManager.cpp62 uint8_t *EPCGenericRTDyldMemoryManager::allocateCodeSection( in allocateCodeSection() function in llvm::orc::EPCGenericRTDyldMemoryManager
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h74 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp706 Addr = IsCode ? MemMgr.allocateCodeSection(Allocate, Alignment, SectionID, in emitSection()

12