Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h108 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp369 changeSectionImpl(Section, Subsection); in changeSection()
372 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
H A DMCMachOStreamer.cpp169 bool Created = changeSectionImpl(Section, Subsection); in changeSection()
H A DMCELFStreamer.cpp163 changeSectionImpl(Section, Subsection); in changeSection()