Home
last modified time | relevance | path

Searched refs:changeSectionImpl (Results 1 – 3 of 3) 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.cpp152 bool Created = MCObjectStreamer::changeSectionImpl(Section, Subsection); in ChangeSection()