Home
last modified time | relevance | path

Searched refs:changeSectionImpl (Results 1 – 7 of 7) 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-7.0/llvm/include/llvm/MC/
DMCObjectStreamer.h82 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectStreamer.cpp263 changeSectionImpl(Section, Subsection); in ChangeSection()
266 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
DMCMachOStreamer.cpp153 bool Created = changeSectionImpl(Section, Subsection); in ChangeSection()
DMCELFStreamer.cpp160 changeSectionImpl(Section, Subsection); in ChangeSection()