Searched defs:SectionID (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 169 unsigned SectionID = in loadObject() local 188 unsigned SectionID = 0; in loadObject() local 362 unsigned SectionID = Sections.size(); in emitCommonSymbols() local 429 unsigned SectionID = Sections.size(); in emitSection() local 488 unsigned SectionID = 0; in findOrEmitSection() local 500 unsigned SectionID) { in addRelocationForSection() 600 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress() 788 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) { in reassignSectionAddress()
|
D | RuntimeDyldImpl.h | 248 uint64_t getSectionLoadAddress(unsigned SectionID) { in getSectionLoadAddress() 252 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress()
|
D | RuntimeDyldMachO.cpp | 548 unsigned SectionID, in processSECTDIFFRelocation() 613 unsigned SectionID, in processI386ScatteredVANILLA() 654 unsigned SectionID, relocation_iterator RelI, ObjectImage &Obj, in processRelocationRef()
|
D | RuntimeDyldELF.cpp | 943 unsigned SectionID, relocation_iterator RelI, ObjectImage &Obj, in processRelocationRef() 1499 unsigned SectionID = Sections.size(); in finalizeLoad() local
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | SectionMemoryManager.cpp | 23 unsigned SectionID, in allocateDataSection() 33 unsigned SectionID, in allocateCodeSection()
|
D | MCJIT.h | 38 unsigned SectionID, in allocateCodeSection() 44 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/tools/lli/ |
D | RemoteMemoryManager.cpp | 33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() 49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 113 unsigned SectionID, in allocateCodeSection() 122 unsigned SectionID, in allocateDataSection()
|
/external/lldb/source/Expression/ |
D | IRExecutionUnit.cpp | 493 unsigned SectionID) in allocateCodeSection() 517 unsigned SectionID, in allocateDataSection()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection() 114 unsigned SectionID, StringRef SectionName) { in allocateCodeSection()
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 471 unsigned SectionID, in allocateCodeSection() 518 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 391 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection() 398 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 140 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection() 146 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
|