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/tools/lli/
RecordingMemoryManager.cpp
35
sys::MemoryBlock Block =
allocateSection
(Size);
47
sys::MemoryBlock Block =
allocateSection
(Size);
52
sys::MemoryBlock RecordingMemoryManager::
allocateSection
(uintptr_t Size) {
RecordingMemoryManager.h
38
sys::MemoryBlock
allocateSection
(uintptr_t Size);
/external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h
92
uint8_t *
allocateSection
(MemoryGroup &MemGroup, uintptr_t Size,
/external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp
26
return
allocateSection
(RODataMem, Size, Alignment);
27
return
allocateSection
(RWDataMem, Size, Alignment);
33
return
allocateSection
(CodeMem, Size, Alignment);
36
uint8_t *SectionMemoryManager::
allocateSection
(MemoryGroup &MemGroup,
Completed in 2876 milliseconds