Home | History | Annotate | Download | only in dsymutil

Lines Matching defs:Version

70     DIE *Clone;         ///< Cloned version of that DIE.
409 /// the MC Dwarf version to \p DwarfVersion.
415 /// As a side effect, this also switches the current Dwarf version
541 /// the MC Dwarf version to \p DwarfVersion.
552 /// uint16_t Version
558 unsigned Version = Unit.getOrigUnit().getVersion();
559 switchToDebugInfoSection(Version);
565 Asm->EmitInt16(Version);
662 sizeof(int16_t) + // DWARF ARange version number
672 Asm->EmitInt16(dwarf::DW_ARANGES_VERSION); // Version number
935 Asm->EmitInt16(dwarf::DW_PUBNAMES_VERSION); // Version
2108 // (Dwarf version == 2), then it might have been relocated to a
2284 /// recreate a relocated version of these for the address ranges that
2408 if (LineTable.Prologue.Version != 2 ||