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

References

include/llvm/BinaryFormat/Dwarf.h
  552     switch (Format) {
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  102     bool isDWARF64() const { return FormParams.Format == dwarf::DWARF64; }
include/llvm/DebugInfo/DWARF/DWARFUnit.h
   79   dwarf::DwarfFormat getFormat() const { return FormParams.Format; }
  101     return dwarf::getUnitLengthFieldByteSize(FormParams.Format);
  182   dwarf::DwarfFormat getFormat() const { return FormParams.Format; }
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  335     FormParams.Format = dwarf::DWARF64;
lib/DebugInfo/DWARF/DWARFUnit.cpp
  245   FormParams.Format = DWARF32;
  248     FormParams.Format = DWARF64;
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  176     P.FormParams.Format = DWARF64;