HomeSort by relevance Sort by last modified time
    Searched refs:ChangeSection (Results 26 - 50 of 52) sorted by null

12 3

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 100 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCStreamer.h 327 virtual void ChangeSection(MCSection *, const MCExpr *);
336 /// Calls ChangeSection as needed.
349 ChangeSection(NewSection.first, NewSection.second);
371 /// ChangeSection.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 100 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCStreamer.h 327 virtual void ChangeSection(MCSection *, const MCExpr *);
336 /// Calls ChangeSection as needed.
349 ChangeSection(NewSection.first, NewSection.second);
371 /// ChangeSection.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 100 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCStreamer.h 327 virtual void ChangeSection(MCSection *, const MCExpr *);
336 /// Calls ChangeSection as needed.
349 ChangeSection(NewSection.first, NewSection.second);
371 /// ChangeSection.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 100 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCStreamer.h 327 virtual void ChangeSection(MCSection *, const MCExpr *);
336 /// Calls ChangeSection as needed.
349 ChangeSection(NewSection.first, NewSection.second);
371 /// ChangeSection.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 100 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCStreamer.h 327 virtual void ChangeSection(MCSection *, const MCExpr *);
336 /// Calls ChangeSection as needed.
349 ChangeSection(NewSection.first, NewSection.second);
371 /// ChangeSection.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 100 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCStreamer.h 327 virtual void ChangeSection(MCSection *, const MCExpr *);
336 /// Calls ChangeSection as needed.
349 ChangeSection(NewSection.first, NewSection.second);
371 /// ChangeSection.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 100 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCStreamer.h 327 virtual void ChangeSection(MCSection *, const MCExpr *);
336 /// Calls ChangeSection as needed.
349 ChangeSection(NewSection.first, NewSection.second);
371 /// ChangeSection.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELFStreamer.cpp 84 void MCELFStreamer::ChangeSection(const MCSection *Section) {
88 this->MCObjectStreamer::ChangeSection(Section);
MCObjectStreamer.cpp 148 void MCObjectStreamer::ChangeSection(const MCSection *Section) {
MCAsmStreamer.cpp 121 virtual void ChangeSection(const MCSection *Section);
307 void MCAsmStreamer::ChangeSection(const MCSection *Section) {
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 316 virtual void ChangeSection(MCSection *, const MCExpr *);
325 /// Calls ChangeSection as needed.
338 ChangeSection(NewSection.first, NewSection.second);
360 /// ChangeSection.
    [all...]
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 72 void ChangeSection(MCSection *Sect, const MCExpr *Subsect) override;
151 void MCMachOStreamer::ChangeSection(MCSection *Section,
MCELFStreamer.cpp 136 void MCELFStreamer::ChangeSection(MCSection *Section,
150 this->MCObjectStreamer::ChangeSection(Section, Subsection);
MCStreamer.cpp 764 void MCStreamer::ChangeSection(MCSection *, const MCExpr *) {}
792 ChangeSection(Section, Subsection);
MCObjectStreamer.cpp 196 void MCObjectStreamer::ChangeSection(MCSection *Section,
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 102 virtual void ChangeSection(const MCSection *Section);
231 void PTXMCAsmStreamer::ChangeSection(const MCSection *Section) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 327 virtual void ChangeSection(MCSection *, const MCExpr *);
336 /// Calls ChangeSection as needed.
349 ChangeSection(NewSection.first, NewSection.second);
371 /// ChangeSection.
    [all...]
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 553 virtual void ChangeSection(const MCSection *Section) {}

Completed in 971 milliseconds

12 3