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.h102 bool changeSectionImpl(MCSection *Section, uint32_t Subsection);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp285 changeSectionImpl(Section, Subsection); in changeSection()
288 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
H A DMCWinCOFFStreamer.cpp95 changeSectionImpl(Section, Subsection); in changeSection()
H A DMCMachOStreamer.cpp140 changeSectionImpl(Section, Subsection); in changeSection()
H A DMCELFStreamer.cpp117 changeSectionImpl(Section, Subsection); in changeSection()