Searched defs:SectionID (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 121 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()
|
D | RuntimeDyldImpl.h | 189 uint64_t getSectionLoadAddress(unsigned SectionID) { in getSectionLoadAddress() 193 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | SectionMemoryManager.cpp | 34 unsigned SectionID, in allocateDataSection() 43 unsigned SectionID) { in allocateCodeSection()
|
/external/llvm/tools/lli/ |
D | RecordingMemoryManager.cpp | 30 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID) { in allocateCodeSection() 42 unsigned SectionID, bool IsReadOnly) { in allocateDataSection()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 83 unsigned SectionID) { in allocateCodeSection() 91 unsigned SectionID, in allocateDataSection()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 467 unsigned SectionID) { in allocateCodeSection() 508 unsigned SectionID, bool IsReadOnly) { in allocateDataSection()
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 120 unsigned SectionID, bool IsReadOnly) { in allocateDataSection() 124 unsigned SectionID) { in allocateCodeSection()
|