Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp169 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()
DRuntimeDyldImpl.h248 uint64_t getSectionLoadAddress(unsigned SectionID) { in getSectionLoadAddress()
252 uint8_t *getSectionAddress(unsigned SectionID) { in getSectionAddress()
DRuntimeDyldMachO.cpp548 unsigned SectionID, in processSECTDIFFRelocation()
613 unsigned SectionID, in processI386ScatteredVANILLA()
654 unsigned SectionID, relocation_iterator RelI, ObjectImage &Obj, in processRelocationRef()
DRuntimeDyldELF.cpp943 unsigned SectionID, relocation_iterator RelI, ObjectImage &Obj, in processRelocationRef()
1499 unsigned SectionID = Sections.size(); in finalizeLoad() local
/external/llvm/lib/ExecutionEngine/MCJIT/
DSectionMemoryManager.cpp23 unsigned SectionID, in allocateDataSection()
33 unsigned SectionID, in allocateCodeSection()
DMCJIT.h38 unsigned SectionID, in allocateCodeSection()
44 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
49 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp113 unsigned SectionID, in allocateCodeSection()
122 unsigned SectionID, in allocateDataSection()
/external/lldb/source/Expression/
DIRExecutionUnit.cpp493 unsigned SectionID) in allocateCodeSection()
517 unsigned SectionID, in allocateDataSection()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp107 unsigned SectionID, StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
114 unsigned SectionID, StringRef SectionName) { in allocateCodeSection()
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp471 unsigned SectionID, in allocateCodeSection()
518 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp391 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()
398 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp140 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateDataSection()
146 uintptr_t Size, unsigned Alignment, unsigned SectionID, in allocateCodeSection()