/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 43 : DwarfExpression(AP.getDwarfVersion(), CU), AP(AP), OutDIE(DIE) {} in DIEDwarfExpression() 121 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound() 126 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound() 135 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound() 146 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound() 164 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound() 172 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound() 215 if (DD->getDwarfVersion() >= 4) in addFlag() 304 Asm->OutContext.getDwarfVersion(), File->getSource()); in getOrCreateSourceID() 317 if (DD->getDwarfVersion() >= 5) { in addPoolOpAddress() [all …]
|
H A D | DwarfDebug.cpp | 370 : MMI->getModule()->getDwarfVersion(); in DwarfDebug() 1065 dwarf::Attribute attrDWOName = getDwarfVersion() >= 5 in finishUnitAttributes() 1176 if (getDwarfVersion() >= 5) { in beginModule() 1290 dwarf::Attribute attrDWOName = getDwarfVersion() >= 5 in finalizeModuleInfo() 1301 if (getDwarfVersion() >= 5) { in finalizeModuleInfo() 1311 if (getDwarfVersion() < 5 && !SkeletonHolder.getRangeLists().empty()) { in finalizeModuleInfo() 1342 if ((HasSplitUnit || getDwarfVersion() >= 5) && !AddrPool.isEmpty()) in finalizeModuleInfo() 1345 if (getDwarfVersion() >= 5) { in finalizeModuleInfo() 1366 dwarf::Attribute MacrosAttr = getDwarfVersion() >= 5 in finalizeModuleInfo() 2209 CUID, getDwarfVersion(), getUnits()); in emitInitialLocDirective() [all …]
|
H A D | AddressPool.cpp | 33 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader() 52 if (Asm.getDwarfVersion() >= 5) in emit()
|
H A D | DwarfCompileUnit.cpp | 67 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType() 89 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress() 102 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress() 110 assert(DD->getDwarfVersion() >= 5 && in addLabelAddress() 472 if (DD->getDwarfVersion() < 4) in attachLowHighPC() 626 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) in addScopeRangeList() 637 if (DD->getDwarfVersion() >= 5) in addScopeRangeList() 724 if (IA->getDiscriminator() && DD->getDwarfVersion() >= 4) in constructInlinedScopeDIE() 1203 DD->getDwarfVersion() <= 4 ? std::optional<dwarf::Form>() in constructAbstractSubprogramScopeDIE() 1211 return DD->getDwarfVersion() == 4 && !DD->tuneForLLDB(); in useGNUAnalogForDwarf5Feature() [all …]
|
H A D | DwarfStringPool.cpp | 66 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader()
|
H A D | DwarfUnit.h | 92 DD->getDwarfVersion() < dwarf::AttributeVersion(Attribute)) in addAttribute() 287 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t) in getHeaderSize()
|
H A D | DIE.cpp | 80 AP->getDwarfVersion())) { in Emit() 82 << " for DWARF version " << AP->getDwarfVersion() in Emit()
|
H A D | DwarfCompileUnit.h | 312 DD->getDwarfVersion() >= 5 && DD->useSplitDwarf() ? sizeof(uint64_t) in getHeaderSize()
|
H A D | DwarfDebug.h | 829 uint16_t getDwarfVersion() const;
|
H A D | AsmPrinter.cpp | 543 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization() 4341 uint16_t AsmPrinter::getDwarfVersion() const { in getDwarfVersion() function in AsmPrinter 4342 return OutStreamer->getContext().getDwarfVersion(); in getDwarfVersion() 4359 return {getDwarfVersion(), uint8_t(MAI->getCodePointerSize()), in getDwarfFormParams()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 61 S.emitInt16(S.getContext().getDwarfVersion()); in emitListsTableHeaderStart() 213 MCOS->getContext().getDwarfVersion() >= 4) { in emitOne() 272 if (context.getDwarfVersion() >= 5) in emit() 512 unsigned LineTableVersion = context.getDwarfVersion(); in Emit() 789 context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev() 795 context.getDwarfVersion() >= 3) { in EmitGenDwarfAbbrev() 939 MCOS->emitInt16(context.getDwarfVersion()); in EmitGenDwarfInfo() 945 if (context.getDwarfVersion() >= 5) { in EmitGenDwarfInfo() 957 if (context.getDwarfVersion() <= 4) in EmitGenDwarfInfo() 1090 if (MCOS->getContext().getDwarfVersion() >= 5) { in emitGenDwarfRanges() [all …]
|
H A D | MCTargetOptionsCommandFlags.cpp | 168 Options.DwarfVersion = getDwarfVersion(); in InitMCTargetOptionsFromFlags()
|
H A D | MCContext.cpp | 947 if (getDwarfVersion() >= 5) { in setGenDwarfRootFile() 998 return getDwarfVersion() >= 5; in isValidDwarfFileNumber()
|
H A D | MCAsmStreamer.cpp | 1669 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective() 1699 if (getContext().getDwarfVersion() < 5) in emitDwarfFile0Directive()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptionsCommandFlags.h | 34 int getDwarfVersion();
|
H A D | MCContext.h | 802 uint16_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.h | 102 unsigned getDwarfVersion(const ToolChain &TC, const llvm::opt::ArgList &Args);
|
H A D | CommonArgs.cpp | 2084 unsigned tools::getDwarfVersion(const ToolChain &TC, in getDwarfVersion() function in tools
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 354 if (Discriminator != Row.Discriminator && MC->getDwarfVersion() >= 4) { in emitLineTableRows()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 237 uint16_t getDwarfVersion() const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 917 unsigned getDwarfVersion() const;
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 718 if (InsertResult && getContext().getDwarfVersion() <= 2) in ParseSectionArguments()
|
H A D | AsmParser.cpp | 3608 if (Ctx.getDwarfVersion() < 5) in parseDirectiveFile() 3652 check(FileNumber < 1 && Ctx.getDwarfVersion() < 5, Loc, in parseDirectiveLoc()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 573 unsigned Module::getDwarfVersion() const { in getDwarfVersion() function in Module
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1104 MS->getContext().getDwarfVersion() >= 4) { in emitLineTableRows()
|