HomeSort by relevance Sort by last modified time
    Searched refs:Subsection (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 44 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCELFStreamer.h 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 44 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCELFStreamer.h 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 44 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCELFStreamer.h 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 44 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCELFStreamer.h 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 44 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCELFStreamer.h 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 44 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCELFStreamer.h 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 44 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCELFStreamer.h 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmStreamer.h 44 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
MCELFStreamer.h 43 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 46 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 197 const MCExpr *Subsection) {
198 changeSectionImpl(Section, Subsection);
202 const MCExpr *Subsection) {
209 if (Subsection &&
210 !Subsection->evaluateAsAbsolute(IntSubsection, getAssembler()))
211 report_fatal_error("Cannot evaluate subsection number");
213 report_fatal_error("Subsection number out of range");
MCSectionMachO.cpp 94 const MCExpr *Subsection) const {
MCMachOStreamer.cpp 152 const MCExpr *Subsection) {
154 bool Created = MCObjectStreamer::changeSectionImpl(Section, Subsection);
MCStreamer.cpp 787 void MCStreamer::SwitchSection(MCSection *Section, const MCExpr *Subsection) {
791 if (MCSectionSubPair(Section, Subsection) != curSection) {
792 ChangeSection(Section, Subsection);
793 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
802 // TODO: keep track of the last subsection so that this symbol appears in the
MCELFStreamer.cpp 137 const MCExpr *Subsection) {
150 this->MCObjectStreamer::ChangeSection(Section, Subsection);
  /external/llvm/test/MC/COFF/
cv-def-range.s 1 # RUN: llvm-mc -triple=i686-pc-win32 -filetype=obj < %s | llvm-readobj -codeview -codeview-subsection-bytes | FileCheck %s
57 .long 241 # Symbol subsection for g
58 .long Ltmp1-Ltmp0 # Subsection size
95 .cv_filechecksums # File index to string table offset subsection
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 104 void printCodeViewSymbolsSubsection(StringRef Subsection,
108 void printCodeViewFileChecksums(StringRef Subsection);
110 void printCodeViewInlineeLines(StringRef Subsection);
716 // The section consists of a number of subsection in the following format:
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.tex 30 \def\subsectionautorefname{Subsection} % Write subsection with capital 'S'

Completed in 429 milliseconds

1 2 34 5