Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp693 const MCSectionXCOFF *SymASec = getContainingCsect(cast<MCSymbolXCOFF>(SymA)); in recordRelocation() local
694 assert(SectionMap.contains(SymASec) && in recordRelocation()
701 const uint32_t Index = getIndex(SymA, SymASec); in recordRelocation()
709 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation()
721 if (SymASec->getCSectType() == XCOFF::XTY_ER) { in recordRelocation()
726 int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation()
751 assert((SymASec->getMappingClass() == XCOFF::XMC_PR && in recordRelocation()
761 FixedValue = getVirtualAddress(SymA, SymASec) - BRInstrAddress + in recordRelocation()
785 if (SymASec == SymBSec) in recordRelocation()