OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocateSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/lli/
RemoteMemoryManager.cpp
39
sys::MemoryBlock Block =
allocateSection
(Size);
55
sys::MemoryBlock Block =
allocateSection
(Size);
63
sys::MemoryBlock RemoteMemoryManager::
allocateSection
(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,
Completed in 71 milliseconds