Lines Matching refs:getDwarfVersion
51 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType()
73 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress()
86 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress()
94 assert(DD->getDwarfVersion() >= 5 && in addLabelAddress()
437 if (DD->getDwarfVersion() < 4) in attachLowHighPC()
578 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) in addScopeRangeList()
589 if (DD->getDwarfVersion() >= 5) in addScopeRangeList()
676 if (IA->getDiscriminator() && DD->getDwarfVersion() >= 4) in constructInlinedScopeDIE()
1127 DD->getDwarfVersion() <= 4 ? Optional<dwarf::Form>() in constructAbstractSubprogramScopeDIE()
1135 return DD->getDwarfVersion() == 4 && !DD->tuneForLLDB(); in useGNUAnalogForDwarf5Feature()
1375 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()
1391 DD->getDwarfVersion() < 5; in hasDwarfPubSections()
1502 dwarf::Form Form = (DD->getDwarfVersion() >= 5) in addLocationList()
1567 DD->getDwarfVersion() >= 5 ? dwarf::DW_AT_addr_base in addAddrTableBase()