reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  403           if (GSTEntry.getSectionID() == VR.SectionID &&
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  570   Rel.SectionID = 0;
  586         Rel.SectionID = *SectionIDOrErr;
  670         Rel.SectionID = *SectionIDOrErr;
  985     addRelocationForSection(RE, Value.SectionID);
 1036     Address = uint64_t(Sections[Value.SectionID].getLoadAddress());
 1095       addRelocationForSection(REmovz_g3, Value.SectionID);
 1096       addRelocationForSection(REmovk_g2, Value.SectionID);
 1097       addRelocationForSection(REmovk_g1, Value.SectionID);
 1098       addRelocationForSection(REmovk_g0, Value.SectionID);
 1151     Value.SectionID = SymInfo.getSectionID();
 1175         Value.SectionID = *SectionIDOrErr;
 1248           addRelocationForSection(RE, Value.SectionID);
 1311           addRelocationForSection(REHi, Value.SectionID);
 1312           addRelocationForSection(RELo, Value.SectionID);
 1335             addRelocationForSection(Reloc, Value.SectionID);
 1344         addRelocationForSection(RE, Value.SectionID);
 1373         addRelocationForSection(RE, Value.SectionID);
 1406             addRelocationForSection(REHi, Value.SectionID);
 1407             addRelocationForSection(RELo, Value.SectionID);
 1430             addRelocationForSection(REHighest, Value.SectionID);
 1431             addRelocationForSection(REHigher, Value.SectionID);
 1432             addRelocationForSection(REHi, Value.SectionID);
 1433             addRelocationForSection(RELo, Value.SectionID);
 1467           if (Value.SectionID == SectionID){
 1473             Sections[Value.SectionID].getAddressWithOffset(Value.Addend);
 1479                    (AbiVariant == 2  && Value.SectionID == SectionID)) {
 1481           addRelocationForSection(RE, Value.SectionID);
 1484       if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) ||
 1529             addRelocationForSection(REhst, Value.SectionID);
 1530             addRelocationForSection(REhr, Value.SectionID);
 1531             addRelocationForSection(REh, Value.SectionID);
 1532             addRelocationForSection(REl, Value.SectionID);
 1541         if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) {
 1578       if (Value.SymbolName || Value.SectionID != TOCValue.SectionID)
 1578       if (Value.SymbolName || Value.SectionID != TOCValue.SectionID)
 1602         addRelocationForSection(RE, Value.SectionID);
 1642         addRelocationForSection(RE, Value.SectionID);
 1713         addRelocationForSection(RE, Value.SectionID);
 1728         addRelocationForSection(RE, Value.SectionID);
 1741         addRelocationForSection(RE, Value.SectionID);
 1829       addRelocationForSection(RE, Value.SectionID);
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  202     return SectionID == Other.SectionID && Offset == Other.Offset &&
  202     return SectionID == Other.SectionID && Offset == Other.Offset &&
  207     if (SectionID != Other.SectionID)
  207     if (SectionID != Other.SectionID)
  208       return SectionID < Other.SectionID;
  208       return SectionID < Other.SectionID;
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  119       Value.SectionID = SymInfo.getSectionID();
  130       Value.SectionID = *SectionIDOrErr;
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  151     OriginalRelValueRef.SectionID = SectionID;
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
  349         addRelocationForSection(RE, Value.SectionID);
  470         addRelocationForSection(GOTRE, Value.SectionID);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  187       RE.IsTargetThumbFunc = isAddrTargetThumb(Value.SectionID, Value.Offset);
  197         addRelocationForSection(RE, Value.SectionID);
  336         addRelocationForSection(StubRE, Value.SectionID);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
   93       addRelocationForSection(RE, Value.SectionID);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
   80         addRelocationForSection(RE, Value.SectionID);
  148         addRelocationForSection(GOTRE, Value.SectionID);