Searched refs:changeSectionImpl (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 76 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 198 changeSectionImpl(Section, Subsection); in ChangeSection() 201 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
|
D | MCMachOStreamer.cpp | 154 bool Created = MCObjectStreamer::changeSectionImpl(Section, Subsection); in ChangeSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 91 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 92 bool changeSectionImpl(MCSection *Section, const MCExpr *Subsection);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 337 changeSectionImpl(Section, Subsection); in ChangeSection() 340 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
|
D | MCMachOStreamer.cpp | 152 bool Created = changeSectionImpl(Section, Subsection); in ChangeSection()
|
D | MCELFStreamer.cpp | 160 changeSectionImpl(Section, Subsection); in ChangeSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 334 changeSectionImpl(Section, Subsection); in changeSection() 337 bool MCObjectStreamer::changeSectionImpl(MCSection *Section, in changeSectionImpl() function in MCObjectStreamer
|
D | MCMachOStreamer.cpp | 152 bool Created = changeSectionImpl(Section, Subsection); in changeSection()
|
D | MCELFStreamer.cpp | 160 changeSectionImpl(Section, Subsection); in changeSection()
|