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

References

include/llvm/ObjectYAML/DWARFYAML.h
   34     return isDWARF64() ? TotalLength64 : TotalLength;
lib/ObjectYAML/DWARFEmitter.cpp
   67   if (Length.isDWARF64())
  215     uint64_t SizeOfPrologueLength = LineTable.Length.isDWARF64() ? 8 : 4;
lib/ObjectYAML/DWARFVisitor.cpp
   37   return Unit.Length.isDWARF64() ? 8 : 4;
lib/ObjectYAML/DWARFYAML.cpp
  169   if (InitialLength.isDWARF64())
tools/obj2yaml/dwarf2yaml.cpp
   22   if (InitialLength.isDWARF64())
  253       uint64_t SizeOfPrologueLength = DebugLines.Length.isDWARF64() ? 8 : 4;