Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp618 const MCSectionXCOFF *SymASec = getContainingCsect(cast<MCSymbolXCOFF>(SymA)); in recordRelocation() local
619 assert(SectionMap.find(SymASec) != SectionMap.end() && in recordRelocation()
622 const uint32_t Index = getIndex(SymA, SymASec); in recordRelocation()
627 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation()
639 if (SymASec->getCSectType() == XCOFF::XTY_ER) { in recordRelocation()
644 const int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation()
654 assert((SymASec->getMappingClass() == XCOFF::XMC_PR && in recordRelocation()
666 SectionMap[SymASec]->Address - BRInstrAddress + Target.getConstant(); in recordRelocation()
691 if (SymASec == SymBSec) in recordRelocation()