Lines Matching defs:DwarfVersion
306 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion,
316 if (GenerateTypeUnits && (DwarfVersion < 5 || !TT.isOSBinFormatELF()))
322 if (DwarfVersion >= 5)
368 unsigned DwarfVersionNumber = Asm->TM.Options.MCOptions.DwarfVersion;
369 unsigned DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber
372 DwarfVersion =
373 TT.isNVPTX() ? 2 : (DwarfVersion ? DwarfVersion : dwarf::DWARF_VERSION);
375 bool Dwarf64 = DwarfVersion >= 3 && // DWARF64 was introduced in DWARFv3.
405 DwarfVersion, GenerateTypeUnits, DebuggerTuning, A->TM.getTargetTriple());
412 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3;
414 UseDWARF2Bitfields = DwarfVersion < 4;
420 UseSegmentedStringOffsetsTable = DwarfVersion >= 5;
429 DwarfVersion >= 5 || (UseGNUDebugMacro && !useSplitDwarf());
437 if (DwarfVersion >= 5)
440 Asm->OutStreamer->getContext().setDwarfVersion(DwarfVersion);
2171 uint16_t DwarfVersion,
2178 if (Line != 0 && DwarfVersion >= 4)
3194 const DwarfCompileUnit &CU, uint16_t DwarfVersion) {
3200 Asm->emitInt16(DwarfVersion >= 5 ? DwarfVersion : 4);