Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSectionELF.h86 const MCSectionELF *getAssociatedSection() const { return Associated; } in getAssociatedSection() function
/external/llvm/lib/MC/
DELFObjectWriter.cpp1294 const MCSectionELF *Section = RelSection.getAssociatedSection(); in WriteRelocations()
1481 const MCSectionELF *InfoSection = Section.getAssociatedSection(); in writeSection()
1504 sh_link = SectionIndexMap.lookup(Section.getAssociatedSection()); in writeSection()