Lines Matching defs:DwarfVersion
306 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion,
316 if (GenerateTypeUnits && (DwarfVersion < 5 || !TT.isOSBinFormatELF()))
322 if (DwarfVersion >= 5)
369 unsigned DwarfVersionNumber = Asm->TM.Options.MCOptions.DwarfVersion;
370 unsigned DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber
373 DwarfVersion =
374 TT.isNVPTX() ? 2 : (DwarfVersion ? DwarfVersion : dwarf::DWARF_VERSION);
376 bool Dwarf64 = DwarfVersion >= 3 && // DWARF64 was introduced in DWARFv3.
406 DwarfVersion, GenerateTypeUnits, DebuggerTuning, A->TM.getTargetTriple());
413 UseGNUTLSOpcode = tuneForGDB() || DwarfVersion < 3;
415 UseDWARF2Bitfields = DwarfVersion < 4;
421 UseSegmentedStringOffsetsTable = DwarfVersion >= 5;
430 DwarfVersion >= 5 || (UseGNUDebugMacro && !useSplitDwarf());
438 if (DwarfVersion >= 5)
441 Asm->OutStreamer->getContext().setDwarfVersion(DwarfVersion);
2274 uint16_t DwarfVersion,
2281 if (Line != 0 && DwarfVersion >= 4)
3465 const DwarfCompileUnit &CU, uint16_t DwarfVersion) {
3471 Asm->emitInt16(DwarfVersion >= 5 ? DwarfVersion : 4);