Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp676 MCSectionXCOFF *RelocationSec = cast<MCSectionXCOFF>(Fragment->getParent()); in recordRelocation() local
677 assert(SectionMap.find(RelocationSec) != SectionMap.end() && in recordRelocation()
679 SectionMap[RelocationSec]->Relocations.push_back(Reloc); in recordRelocation()
703 SectionMap[RelocationSec]->Relocations.push_back(RelocB); in recordRelocation()