Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp71 MCSectionELF *ELFSection = in emitAsData() local
74 Streamer.switchSection(ELFSection); in emitAsData()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8181 MCSection *ELFSection = getContext().getELFSection( in parseRSectionDirective() local
8183 getParser().getStreamer().switchSection(ELFSection); in parseRSectionDirective()
8199 MCSection *ELFSection = getContext().getELFSection( in parseSSectionDirective() local
8201 getParser().getStreamer().switchSection(ELFSection); in parseSSectionDirective()