Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp532 const MCSectionXCOFF *ContainingSect) -> uint64_t { in recordRelocation() argument
534 if (ContainingSect->isDwarfSect()) in recordRelocation()
539 return SectionMap[ContainingSect]->Address; in recordRelocation()
543 return SectionMap[ContainingSect]->Address + Layout.getSymbolOffset(*Sym); in recordRelocation()