Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h101 bool changeSectionImpl(MCSection *Section, uint32_t Subsection);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp277 changeSectionImpl(Section, Subsection); in changeSection()
280 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
H A DMCWinCOFFStreamer.cpp156 changeSectionImpl(Section, Subsection); in changeSection()
H A DMCMachOStreamer.cpp136 changeSectionImpl(Section, Subsection); in changeSection()
H A DMCELFStreamer.cpp110 changeSectionImpl(Section, Subsection); in changeSection()