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.cpp793 const MCSectionXCOFF *SymBSec = getContainingCsect(cast<MCSymbolXCOFF>(SymB)); in recordRelocation() local
794 assert(SectionMap.contains(SymBSec) && in recordRelocation()
796 if (SymASec == SymBSec) in recordRelocation()
803 const uint32_t IndexB = getIndex(SymB, SymBSec); in recordRelocation()
811 FixedValue -= getVirtualAddress(SymB, SymBSec); in recordRelocation()