Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSectionELF.h89 const MCSectionELF *getAssociatedSection() const { return Associated; } in getAssociatedSection() function
/NextBSD/contrib/llvm/lib/MC/
HDELFObjectWriter.cpp1125 const MCSectionELF *InfoSection = Section.getAssociatedSection(); in writeSection()
1148 sh_link = SectionIndexMap.lookup(Section.getAssociatedSection()); in writeSection()
1272 writeRelocations(Asm, *RelSection->getAssociatedSection()); in writeObject()