/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITMemoryManagerTest.cpp | 20 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()
|
D | MCJITCAPITest.cpp | 38 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/ |
D | MCJITMemoryManagerTest.cpp | 20 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()
|
D | MCJITCAPITest.cpp | 38 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/ |
D | lp_bld_misc.cpp | 330 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/ |
D | RemoteJITUtils.h | 91 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/ |
D | RemoteJITUtils.h | 90 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/ |
D | ELF_x86_64_StubBuf.s | 6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | ELF_x86_64_StubBuf.s | 6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 50 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
D | RuntimeDyld.h | 122 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 119 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
D | RuntimeDyld.h | 103 virtual uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Assembler.cpp | 238 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/ |
D | ExecutionEngineBindings.cpp | 329 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 362 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anon33a9a7fb0111::SimpleBindingMemoryManager
|
D | SectionMemoryManager.cpp | 34 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 326 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, 359 uint8_t *SimpleBindingMemoryManager::allocateCodeSection( in allocateCodeSection() function in __anonf56920c30111::SimpleBindingMemoryManager
|
D | SectionMemoryManager.cpp | 32 uint8_t *SectionMemoryManager::allocateCodeSection(uintptr_t Size, in allocateCodeSection() function in llvm::SectionMemoryManager
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 38 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/ |
D | OrcMCJITReplacement.h | 68 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/ |
D | llvm-rtdyld.cpp | 145 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/ |
D | llvm-rtdyld.cpp | 150 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/ |
D | ObjectTransformLayerTest.cpp | 271 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned, in TEST() function in __anon72c0dc620111::TEST::NullManager
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 297 uint8_t *allocateCodeSection(uintptr_t, unsigned, unsigned, in TEST() function in __anon9106482a0111::TEST::NullManager
|
/external/bcc/src/cc/ |
D | bpf_module.cc | 81 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()
|