| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyldMachO.h | 30     unsigned SectionID;  member65   RelocationEntry getRelocationEntry(unsigned SectionID,  in getRelocationEntry()
 132   SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; }  in getSection()
 
 | 
| D | RuntimeDyld.cpp | 241         unsigned SectionID = AbsoluteSymbolSection;  in loadObjectImpl()  local269         unsigned SectionID;  in loadObjectImpl()  local
 307     unsigned SectionID = 0;  in loadObjectImpl()  local
 603   unsigned SectionID = Sections.size();  in emitCommonSymbols()  local
 680   unsigned SectionID = Sections.size();  in emitSection()  local
 758   unsigned SectionID = 0;  in findOrEmitSection()  local
 773                                               unsigned SectionID) {  in addRelocationForSection()
 872 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID,  in reassignSectionAddress()
 1064 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) {  in reassignSectionAddress()
 
 | 
| D | RuntimeDyldImpl.h | 207   SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags)  in SymbolTableEntry()215   unsigned SectionID;  variable
 299   uint64_t getSectionLoadAddress(unsigned SectionID) const {  in getSectionLoadAddress()
 303   uint8_t *getSectionAddress(unsigned SectionID) const {  in getSectionAddress()
 
 | 
| D | RuntimeDyldELF.h | 105   SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; }  in getSection()
 | 
| D | RuntimeDyldELF.cpp | 603                                              SID SectionID) {  in resolveMIPS64Relocation()634                                          uint64_t SymOffset, SID SectionID) {  in evaluateMIPS64Relocation()
 1107                                        uint64_t SymOffset, SID SectionID) {  in resolveRelocation()
 1155 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_t Offset) const {  in computePlaceholderAddress()
 1159 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,…  in processSimpleRelocation()
 1192     unsigned SectionID, relocation_iterator RelI, const ObjectFile &O,  in processRelocationRef()
 1817 uint64_t RuntimeDyldELF::allocateGOTEntries(unsigned SectionID, unsigned no)  in allocateGOTEntries()
 1831 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOf…  in resolveGOTOffsetRelocation()
 1838 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t…  in computeGOTOffsetRE()
 
 | 
| D | RuntimeDyldCheckerImpl.h | 36     uint64_t SectionID;  member
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| D | RuntimeDyldMachO.h | 29     unsigned SectionID;  member64   RelocationEntry getRelocationEntry(unsigned SectionID,  in getRelocationEntry()
 132   SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; }  in getSection()
 
 | 
| D | RuntimeDyldImpl.h | 224   SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags)  in SymbolTableEntry()235   unsigned SectionID = 0;  variable
 479   uint64_t getSectionLoadAddress(unsigned SectionID) const {  in getSectionLoadAddress()
 483   uint8_t *getSectionAddress(unsigned SectionID) const {  in getSectionAddress()
 487   StringRef getSectionContent(unsigned SectionID) const {  in getSectionContent()
 536       auto SectionID = KV.second.getSectionID();  in getSymbolTable()  local
 
 | 
| D | RuntimeDyld.cpp | 298       unsigned SectionID = AbsoluteSymbolSection;  in loadObjectImpl()  local325       unsigned SectionID;  in loadObjectImpl()  local
 367     unsigned SectionID = 0;  in loadObjectImpl()  local
 725   unsigned SectionID = Sections.size();  in emitCommonSymbols()  local
 806   unsigned SectionID = Sections.size();  in emitSection()  local
 895   unsigned SectionID = 0;  in findOrEmitSection()  local
 910                                               unsigned SectionID) {  in addRelocationForSection()
 1039 void RuntimeDyldImpl::reassignSectionAddress(unsigned SectionID,  in reassignSectionAddress()
 1360 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, uint64_t Addr) {  in reassignSectionAddress()
 
 | 
| D | RuntimeDyldELF.h | 101   SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; }  in getSection()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | 
| D | RuntimeDyldMachOX86_64.h | 34   processRelocationRef(unsigned SectionID, relocation_iterator RelI,  in processRelocationRef()123   Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,  in finalizeSection()
 158   processSubtractRelocation(unsigned SectionID, relocation_iterator RelI,  in processSubtractRelocation()
 
 | 
| D | RuntimeDyldMachOARM.h | 51   bool isAddrTargetThumb(unsigned SectionID, uint64_t Offset) {  in isAddrTargetThumb()101   processRelocationRef(unsigned SectionID, relocation_iterator RelI,  in processRelocationRef()
 289   Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,  in finalizeSection()
 345   processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI,  in processHALFSECTDIFFRelocation()
 
 | 
| D | RuntimeDyldELFMips.cpp | 110     int64_t Addend, uint64_t SymOffset, SID SectionID) {  in evaluateMIPS64Relocation()267     int64_t Addend, uint64_t SymOffset, SID SectionID) {  in resolveMIPSN32Relocation()
 276     int64_t Addend, uint64_t SymOffset, SID SectionID) {  in resolveMIPSN64Relocation()
 
 | 
| D | RuntimeDyldMachOI386.h | 34   processRelocationRef(unsigned SectionID, relocation_iterator RelI,  in processRelocationRef()128   Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,  in finalizeSection()
 146   processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI,  in processSECTDIFFRelocation()
 
 | 
| D | RuntimeDyldMachOAArch64.h | 273   processRelocationRef(unsigned SectionID, relocation_iterator RelI,  in processRelocationRef()436   Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,  in finalizeSection()
 480   processSubtractRelocation(unsigned SectionID, relocation_iterator RelI,  in processSubtractRelocation()
 
 | 
| D | RuntimeDyldCOFFX86_64.h | 144   generateRelocationStub(unsigned SectionID, StringRef TargetName,  in generateRelocationStub()190   processRelocationRef(unsigned SectionID,  in processRelocationRef()
 
 | 
| D | RuntimeDyldCOFFAArch64.h | 99   generateRelocationStub(unsigned SectionID, StringRef TargetName,  in generateRelocationStub()141   processRelocationRef(unsigned SectionID, object::relocation_iterator RelI,  in processRelocationRef()
 
 | 
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | 
| D | RuntimeDyldMachOX86_64.h | 35   processRelocationRef(unsigned SectionID, relocation_iterator RelI,  in processRelocationRef()124   Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,  in finalizeSection()
 159   processSubtractRelocation(unsigned SectionID, relocation_iterator RelI,  in processSubtractRelocation()
 
 | 
| D | RuntimeDyldMachOI386.h | 35   processRelocationRef(unsigned SectionID, relocation_iterator RelI,  in processRelocationRef()129   Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,  in finalizeSection()
 144   processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI,  in processSECTDIFFRelocation()
 
 | 
| D | RuntimeDyldMachOARM.h | 54   processRelocationRef(unsigned SectionID, relocation_iterator RelI,  in processRelocationRef()174   Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,  in finalizeSection()
 218   processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI,  in processHALFSECTDIFFRelocation()
 
 | 
| D | RuntimeDyldMachOAArch64.h | 246   processRelocationRef(unsigned SectionID, relocation_iterator RelI,  in processRelocationRef()379   Error finalizeSection(const ObjectFile &Obj, unsigned SectionID,  in finalizeSection()
 421   processSubtractRelocation(unsigned SectionID, relocation_iterator RelI,  in processSubtractRelocation()
 
 | 
| /external/llvm/lib/ExecutionEngine/ | 
| D | SectionMemoryManager.cpp | 24                                                    unsigned SectionID,  in allocateDataSection()34                                                    unsigned SectionID,  in allocateCodeSection()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ | 
| D | SymbolSize.h | 22   unsigned SectionID;  member
 | 
| /external/llvm/tools/lli/ | 
| D | RemoteJITUtils.h | 91                                unsigned SectionID,  in allocateCodeSection()97                                unsigned SectionID, StringRef SectionName,  in allocateDataSection()
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ | 
| D | SectionMemoryManager.cpp | 23                                                    unsigned SectionID,  in allocateDataSection()35                                                    unsigned SectionID,  in allocateCodeSection()
 
 |