HomeSort by relevance Sort by last modified time
    Searched defs:Abbreviations (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.h 38 // Target of Dwarf emission, used for sizing of abbreviations.
43 // Used to uniquely define abbreviations.
46 // A list of all the unique abbreviations in use.
47 std::vector<DIEAbbrev *> Abbreviations;
100 /// \brief Emit a set of abbreviations to the specific section.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 202 /// AbbreviationsSet - Used to uniquely define abbreviations.
206 /// Abbreviations - A list of all the unique abbreviations in use.
208 std::vector<DIEAbbrev *> Abbreviations;
  /external/iproute2/doc/
ip-cref.tex 187 or asking for advice. ``Officially'' allowed abbreviations are listed
270 \paragraph{Abbreviations:} \verb|set|, \verb|s|.
367 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|,
583 \paragraph{Abbreviations:} \verb|address|, \verb|addr|, \verb|a|.
602 \paragraph{Abbreviations:} \verb|add|, \verb|a|.
687 \paragraph{Abbreviations:} \verb|delete|, \verb|del|, \verb|d|.
714 \paragraph{Abbreviations:} \verb|show|, \verb|list|, \verb|lst|, \verb|sh|, \verb|ls|,
824 \paragraph{Abbreviations:} \verb|flush|, \verb|f|.
869 \paragraph{Abbreviations:} \verb|neighbour|, \verb|neighbor|, \verb|neigh|,
891 \paragraph{Abbreviations:} \verb|add|, \verb|a|; \verb|change|, \verb|chg|
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
138 /// \brief FoldingSet that uniques the abbreviations.
140 /// A list of all the unique abbreviations in use.
141 std::vector<DIEAbbrev *> Abbreviations;
154 /// Print all abbreviations using the specified asm printer.
738 /// \param AbbrevSet the abbreviation used to unique DIE abbreviations.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
138 /// \brief FoldingSet that uniques the abbreviations.
140 /// A list of all the unique abbreviations in use.
141 std::vector<DIEAbbrev *> Abbreviations;
154 /// Print all abbreviations using the specified asm printer.
738 /// \param AbbrevSet the abbreviation used to unique DIE abbreviations.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
138 /// \brief FoldingSet that uniques the abbreviations.
140 /// A list of all the unique abbreviations in use.
141 std::vector<DIEAbbrev *> Abbreviations;
154 /// Print all abbreviations using the specified asm printer.
738 /// \param AbbrevSet the abbreviation used to unique DIE abbreviations.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
138 /// \brief FoldingSet that uniques the abbreviations.
140 /// A list of all the unique abbreviations in use.
141 std::vector<DIEAbbrev *> Abbreviations;
154 /// Print all abbreviations using the specified asm printer.
738 /// \param AbbrevSet the abbreviation used to unique DIE abbreviations.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
138 /// \brief FoldingSet that uniques the abbreviations.
140 /// A list of all the unique abbreviations in use.
141 std::vector<DIEAbbrev *> Abbreviations;
154 /// Print all abbreviations using the specified asm printer.
738 /// \param AbbrevSet the abbreviation used to unique DIE abbreviations.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
138 /// \brief FoldingSet that uniques the abbreviations.
140 /// A list of all the unique abbreviations in use.
141 std::vector<DIEAbbrev *> Abbreviations;
154 /// Print all abbreviations using the specified asm printer.
738 /// \param AbbrevSet the abbreviation used to unique DIE abbreviations.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
138 /// \brief FoldingSet that uniques the abbreviations.
140 /// A list of all the unique abbreviations in use.
141 std::vector<DIEAbbrev *> Abbreviations;
154 /// Print all abbreviations using the specified asm printer.
738 /// \param AbbrevSet the abbreviation used to unique DIE abbreviations.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
138 /// \brief FoldingSet that uniques the abbreviations.
140 /// A list of all the unique abbreviations in use.
141 std::vector<DIEAbbrev *> Abbreviations;
154 /// Print all abbreviations using the specified asm printer.
738 /// \param AbbrevSet the abbreviation used to unique DIE abbreviations.
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 683 // We share one abbreviations table across all units so it's always at the
    [all...]

Completed in 454 milliseconds