Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSectionELF.h89 const MCSectionELF *getAssociatedSection() const { return Associated; } in getAssociatedSection() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionELF.h89 const MCSection *getAssociatedSection() const { return &AssociatedSymbol->getSection(); } in getAssociatedSection() function
/external/llvm/lib/MC/
DELFObjectWriter.cpp1152 const MCSectionELF *InfoSection = Section.getAssociatedSection(); in writeSection()
1175 sh_link = SectionIndexMap.lookup(Section.getAssociatedSection()); in writeSection()
1299 writeRelocations(Asm, *RelSection->getAssociatedSection()); in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp984 const MCSection *InfoSection = Section.getAssociatedSection(); in writeSection()
1161 cast<MCSectionELF>(*RelSection->getAssociatedSection())); in writeObject()