reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
545 if (Version == 2) 561 explicit operator bool() const { return Version && AddrSize; }include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
100 uint16_t getVersion() const { return FormParams.Version; }
include/llvm/DebugInfo/DWARF/DWARFUnit.h78 uint16_t getVersion() const { return FormParams.Version; } 181 uint8_t getVersion() const { return FormParams.Version; }lib/DebugInfo/DWARF/DWARFDebugLine.cpp
343 FormParams.Version = DebugLineData.getU16(OffsetPtr);
lib/DebugInfo/DWARF/DWARFUnit.cpp250 FormParams.Version = debug_info.getU16(offset_ptr); 251 if (FormParams.Version >= 5) {unittests/DebugInfo/DWARF/DwarfGenerator.cpp
178 P.FormParams.Version = Version;