Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp443 const MCSectionXCOFF *SymASec = getContainingCsect(cast<MCSymbolXCOFF>(SymA)); in recordRelocation() local
445 if (SymASec->isCsect() && SymASec->getMappingClass() == XCOFF::XMC_TD) in recordRelocation()
448 assert(SectionMap.find(SymASec) != SectionMap.end() && in recordRelocation()
451 const uint32_t Index = getIndex(SymA, SymASec); in recordRelocation()
456 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation()
465 const int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation()
497 if (SymASec == SymBSec) in recordRelocation()