Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h76 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
/external/llvm/lib/MC/
DMCObjectStreamer.cpp198 changeSectionImpl(Section, Subsection); in ChangeSection()
201 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
DMCMachOStreamer.cpp154 bool Created = MCObjectStreamer::changeSectionImpl(Section, Subsection); in ChangeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h91 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectStreamer.h92 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp337 changeSectionImpl(Section, Subsection); in ChangeSection()
340 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
DMCMachOStreamer.cpp152 bool Created = changeSectionImpl(Section, Subsection); in ChangeSection()
DMCELFStreamer.cpp160 changeSectionImpl(Section, Subsection); in ChangeSection()
/external/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp334 changeSectionImpl(Section, Subsection); in changeSection()
337 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
DMCMachOStreamer.cpp152 bool Created = changeSectionImpl(Section, Subsection); in changeSection()
DMCELFStreamer.cpp160 changeSectionImpl(Section, Subsection); in changeSection()