Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp782 const MCSectionXCOFF *SymBSec = getContainingCsect(cast<MCSymbolXCOFF>(SymB)); in recordRelocation() local
783 assert(SectionMap.contains(SymBSec) && in recordRelocation()
785 if (SymASec == SymBSec) in recordRelocation()
792 const uint32_t IndexB = getIndex(SymB, SymBSec); in recordRelocation()
800 FixedValue -= getVirtualAddress(SymB, SymBSec); in recordRelocation()