Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp633 MCSection *ELFSection = in ParseSectionArguments() local
636 getStreamer().SwitchSection(ELFSection, Subsection); in ParseSectionArguments()
639 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments()
644 if (!ELFSection->getBeginSymbol()) { in ParseSectionArguments()
647 ELFSection->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7497 MCSection *ELFSection = getContext().getELFSection( in parseRSectionDirective() local
7499 getParser().getStreamer().SwitchSection(ELFSection); in parseRSectionDirective()
7515 MCSection *ELFSection = getContext().getELFSection( in parseSSectionDirective() local
7517 getParser().getStreamer().SwitchSection(ELFSection); in parseSSectionDirective()