Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp781 MCSectionXCOFF *RelocationSec = cast<MCSectionXCOFF>(Fragment->getParent()); in recordRelocation() local
782 assert(SectionMap.contains(RelocationSec) && in recordRelocation()
784 SectionMap[RelocationSec]->Relocations.push_back(Reloc); in recordRelocation()
808 SectionMap[RelocationSec]->Relocations.push_back(RelocB); in recordRelocation()