Home
last modified time | relevance | path

Searched refs:SymASec (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp557 const MCSectionXCOFF *SymASec = getContainingCsect(cast<MCSymbolXCOFF>(SymA)); in recordRelocation() local
559 if (SymASec->isCsect() && SymASec->getMappingClass() == XCOFF::XMC_TD) in recordRelocation()
562 assert(SectionMap.find(SymASec) != SectionMap.end() && in recordRelocation()
565 const uint32_t Index = getIndex(SymA, SymASec); in recordRelocation()
570 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation()
579 const int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation()
610 if (SymASec == SymBSec) in recordRelocation()