reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/Dwarf.h
  555     case DwarfFormat::DWARF64:
  569   case DwarfFormat::DWARF64:
include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
   74     case dwarf::DwarfFormat::DWARF64:
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  102     bool isDWARF64() const { return FormParams.Format == dwarf::DWARF64; }
include/llvm/DebugInfo/DWARF/DWARFListTable.h
  112     case dwarf::DwarfFormat::DWARF64:
lib/CodeGen/AsmPrinter/DIE.cpp
  680     case dwarf::DWARF64:
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  335     FormParams.Format = dwarf::DWARF64;
lib/DebugInfo/DWARF/DWARFListTable.cpp
   31     Format = dwarf::DwarfFormat::DWARF64;
lib/DebugInfo/DWARF/DWARFUnit.cpp
  248     FormParams.Format = DWARF64;
  806   return StrOffsetsContributionDescriptor(Offset, Size - 4, Version, DWARF64);
  834   case dwarf::DwarfFormat::DWARF64: {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  883     Format = llvm::dwarf::DwarfFormat::DWARF64;
tools/llvm-dwp/llvm-dwp.cpp
  146     Format = dwarf::DwarfFormat::DWARF64;
unittests/BinaryFormat/DwarfTest.cpp
  179   FormParams Params_3_8_64 = {3, 8, DWARF64};
  184   FormParams Params_4_8_64 = {4, 8, DWARF64};
  189   FormParams Params_5_8_64 = {5, 8, DWARF64};
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
 3185     ASSERT_EQ(DwarfFormat::DWARF64, Header.getFormat());
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
   76     LineTable &LT2 = Gen->addLineTable(DWARF64);
  238                (Format == DWARF64 ? "DWARF64" : "DWARF32"));
  367                (Format == DWARF64 ? "DWARF64" : "DWARF32"));
  391                (Format == DWARF64 ? "DWARF64" : "DWARF32"));
  422            std::make_pair(4, DWARF64), // Test v4 fields and DWARF64.
  423            std::make_pair(5, DWARF32), std::make_pair(5, DWARF64)), );
  502   checkDefaultPrologue(4, DWARF64, Parsed2.Prologue, 16);
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  174   if (Format == DWARF64) {
  176     P.FormParams.Format = DWARF64;
  264   if (Format == DwarfFormat::DWARF64) {
  280                           Format == DwarfFormat::DWARF64 ? 8 : 4);
  290   if (Format == DwarfFormat::DWARF64) {
  301   if (Format == DwarfFormat::DWARF64)