Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectStreamer.h108 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp365 changeSectionImpl(Section, Subsection); in changeSection()
368 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
H A DMCMachOStreamer.cpp170 bool Created = changeSectionImpl(Section, Subsection); in changeSection()
H A DMCELFStreamer.cpp163 changeSectionImpl(Section, Subsection); in changeSection()