Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp121 unsigned SectionID = findOrEmitSection(*obj, *si, IsCode, LocalSections); in loadObject() local
143 unsigned SectionID = 0; in loadObject() local
180 unsigned SectionID = Sections.size(); in emitCommonSymbols() local
248 unsigned SectionID = Sections.size(); in emitSection() local
308 unsigned SectionID = 0; in findOrEmitSection() local
320 unsigned SectionID) { in addRelocationForSection()
389 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
523 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
DRuntimeDyldImpl.h189 uint64_t getSectionLoadAddress(unsigned SectionID) { in getSectionLoadAddress()
193 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress()
/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp34 unsigned SectionID, in allocateDataSection()
43 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/JIT/
DJITMemoryManager.cpp467 unsigned SectionID) { in allocateCodeSection()
508 unsigned SectionID, bool IsReadOnly) { in allocateDataSection()
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp120 unsigned SectionID, bool IsReadOnly) { in allocateDataSection()
124 unsigned SectionID) { in allocateCodeSection()