Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp595 MCSectionXCOFF *RelocationSec = cast<MCSectionXCOFF>(Fragment->getParent()); in recordRelocation() local
596 assert(SectionMap.find(RelocationSec) != SectionMap.end() && in recordRelocation()
598 SectionMap[RelocationSec]->Relocations.push_back(Reloc); in recordRelocation()
622 SectionMap[RelocationSec]->Relocations.push_back(RelocB); in recordRelocation()