HomeSort by relevance Sort by last modified time
    Searched refs:GnuStyle (Results 1 - 17 of 17) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 67 bool GnuStyle;
70 DWARFDebugPubTable(StringRef Data, bool LittleEndian, bool GnuStyle);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 361 /// \param GnuStyle determines whether or not we want to emit
364 void emitDebugPubNames(bool GnuStyle = false);
367 /// \param GnuStyle determines whether or not we want to emit
370 void emitDebugPubTypes(bool GnuStyle = false);
373 bool GnuStyle, MCSection *PSec, StringRef Name,
DwarfDebug.cpp     [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 36 bool LittleEndian, bool GnuStyle) {
45 if (GnuStyle)
55 if (GnuStyle) {
240 isLittleEndian(), true /* GnuStyle */);
244 isLittleEndian(), true /* GnuStyle */);

Completed in 1061 milliseconds