Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp673 const MCSectionXCOFF *ContainingSect) -> uint64_t { in recordRelocation() argument
675 if (ContainingSect->isDwarfSect()) in recordRelocation()
680 return SectionMap[ContainingSect]->Address; in recordRelocation()
684 return SectionMap[ContainingSect]->Address + Asm->getSymbolOffset(*Sym); in recordRelocation()