Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp662 const MCSectionXCOFF *ContainingSect) -> uint64_t { in recordRelocation() argument
664 if (ContainingSect->isDwarfSect()) in recordRelocation()
669 return SectionMap[ContainingSect]->Address; in recordRelocation()
673 return SectionMap[ContainingSect]->Address + Layout.getSymbolOffset(*Sym); in recordRelocation()