Lines Matching refs:getDwarfVersion
52 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType()
74 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress()
87 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress()
95 assert(DD->getDwarfVersion() >= 5 && in addLabelAddress()
457 if (DD->getDwarfVersion() < 4) in attachLowHighPC()
611 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) in addScopeRangeList()
622 if (DD->getDwarfVersion() >= 5) in addScopeRangeList()
709 if (IA->getDiscriminator() && DD->getDwarfVersion() >= 4) in constructInlinedScopeDIE()
1188 DD->getDwarfVersion() <= 4 ? std::optional<dwarf::Form>() in constructAbstractSubprogramScopeDIE()
1196 return DD->getDwarfVersion() == 4 && !DD->tuneForLLDB(); in useGNUAnalogForDwarf5Feature()
1476 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()
1494 DD->getDwarfVersion() < 5; in hasDwarfPubSections()
1605 dwarf::Form Form = (DD->getDwarfVersion() >= 5) in addLocationList()
1670 DD->getDwarfVersion() >= 5 ? dwarf::DW_AT_addr_base in addAddrTableBase()