Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp505 MCSectionXCOFF *RelocationSec = cast<MCSectionXCOFF>(Fragment->getParent()); in recordRelocation() local
506 assert(SectionMap.find(RelocationSec) != SectionMap.end() && in recordRelocation()
508 SectionMap[RelocationSec]->Relocations.push_back(Reloc); in recordRelocation()
532 SectionMap[RelocationSec]->Relocations.push_back(RelocB); in recordRelocation()