OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateSection
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h
110
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,
/external/llvm/tools/lli/
RemoteMemoryManager.h
61
sys::MemoryBlock
allocateSection
(uintptr_t Size);
RemoteMemoryManager.cpp
39
sys::MemoryBlock Block =
allocateSection
(Size);
55
sys::MemoryBlock Block =
allocateSection
(Size);
63
sys::MemoryBlock RemoteMemoryManager::
allocateSection
(uintptr_t Size) {
Completed in 98 milliseconds