Home
last modified time | relevance | path

Searched defs:SectionID (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp126 unsigned SectionID = findOrEmitSection(*obj, *si, IsCode, LocalSections); in loadObject() local
148 unsigned SectionID = 0; in loadObject() local
177 unsigned SectionID = Sections.size(); in emitCommonSymbols() local
265 unsigned SectionID = Sections.size(); in emitSection() local
324 unsigned SectionID = 0; in findOrEmitSection() local
336 unsigned SectionID) { in addRelocationForSection()
430 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
553 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
DRuntimeDyldImpl.h202 uint64_t getSectionLoadAddress(unsigned SectionID) { in getSectionLoadAddress()
206 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress()
DRuntimeDyldMachO.cpp279 void RuntimeDyldMachO::processRelocationRef(unsigned SectionID, in processRelocationRef()
DRuntimeDyldELF.cpp784 void RuntimeDyldELF::processRelocationRef(unsigned SectionID, in processRelocationRef()
/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp23 unsigned SectionID, in allocateDataSection()
32 unsigned SectionID) { in allocateCodeSection()
/external/llvm/tools/lli/
DRecordingMemoryManager.cpp30 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID) { in allocateCodeSection()
42 unsigned SectionID, bool IsReadOnly) { in allocateDataSection()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp83 unsigned SectionID) { in allocateCodeSection()
91 unsigned SectionID, in allocateDataSection()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp391 uintptr_t Size, unsigned Alignment, unsigned SectionID) { in allocateCodeSection()
396 uintptr_t Size, unsigned Alignment, unsigned SectionID, bool isReadOnly) { in allocateDataSection()
420 unsigned SectionID), in LLVMCreateSimpleMCJITMemoryManager()
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp467 unsigned SectionID) { in allocateCodeSection()
513 unsigned SectionID, bool IsReadOnly) { in allocateDataSection()
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp139 unsigned SectionID, bool IsReadOnly) { in allocateDataSection()
143 unsigned SectionID) { in allocateCodeSection()