Searched defs:SectionID (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 126 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()
|
D | RuntimeDyldImpl.h | 202 uint64_t getSectionLoadAddress(unsigned SectionID) { in getSectionLoadAddress() 206 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress()
|
D | RuntimeDyldMachO.cpp | 279 void RuntimeDyldMachO::processRelocationRef(unsigned SectionID, in processRelocationRef()
|
D | RuntimeDyldELF.cpp | 784 void RuntimeDyldELF::processRelocationRef(unsigned SectionID, in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | SectionMemoryManager.cpp | 23 unsigned SectionID, in allocateDataSection() 32 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/ |
D | ExecutionEngineBindings.cpp | 391 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/ |
D | JITMemoryManager.cpp | 467 unsigned SectionID) { in allocateCodeSection() 513 unsigned SectionID, bool IsReadOnly) { in allocateDataSection()
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 139 unsigned SectionID, bool IsReadOnly) { in allocateDataSection() 143 unsigned SectionID) { in allocateCodeSection()
|