OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocateDataSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp
21
uint8_t *SectionMemoryManager::
allocateDataSection
(uintptr_t Size,
ExecutionEngineBindings.cpp
329
LLVMMemoryManagerAllocateDataSectionCallback
AllocateDataSection
;
344
uint8_t *
allocateDataSection
(uintptr_t Size, unsigned Alignment,
361
assert(Functions.
AllocateDataSection
&&
362
"No
AllocateDataSection
function provided!");
380
uint8_t *SimpleBindingMemoryManager::
allocateDataSection
(
383
return Functions.
AllocateDataSection
(Opaque, Size, Alignment, SectionID,
406
LLVMMemoryManagerAllocateDataSectionCallback
AllocateDataSection
,
410
if (!AllocateCodeSection || !
AllocateDataSection
|| !FinalizeMemory ||
416
functions.
AllocateDataSection
=
AllocateDataSection
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
205
uint8_t *
allocateDataSection
(uintptr_t Size, unsigned Alignment,
313
uint8_t *TrivialMemoryManager::
allocateDataSection
(uintptr_t Size,
319
outs() << "
allocateDataSection
(Size = " << Size << ", Alignment = "
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026