| /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() 340 Asm->OutContext.getDwarfVersion(), File->getSource()); in getOrCreateSourceID() 353 if (DD->getDwarfVersion() >= 5) { in addPoolOpAddress() [all …]
|
| H A D | AddressPool.cpp | 32 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader() 51 if (Asm.getDwarfVersion() >= 5) in emit()
|
| H A D | DwarfDebug.cpp | 375 : MMI->getModule()->getDwarfVersion(); in DwarfDebug() 1071 dwarf::Attribute attrDWOName = getDwarfVersion() >= 5 in finishUnitAttributes() 1183 if (getDwarfVersion() >= 5) { in beginModule() 1291 dwarf::Attribute attrDWOName = getDwarfVersion() >= 5 in finalizeModuleInfo() 1304 if (getDwarfVersion() >= 5) { in finalizeModuleInfo() 1314 if (getDwarfVersion() < 5 && !SkeletonHolder.getRangeLists().empty()) { in finalizeModuleInfo() 1352 if ((HasSplitUnit || getDwarfVersion() >= 5) && !AddrPool.isEmpty()) in finalizeModuleInfo() 1355 if (getDwarfVersion() >= 5) { in finalizeModuleInfo() 1376 dwarf::Attribute MacrosAttr = getDwarfVersion() >= 5 in finalizeModuleInfo() 2370 CUID, getDwarfVersion(), getUnits()); in emitInitialLocDirective() [all …]
|
| H A D | DwarfCompileUnit.cpp | 73 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType() 115 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress() 128 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress() 136 assert(DD->getDwarfVersion() >= 5 && in addLabelAddress() 496 if (DD->getDwarfVersion() < 4) in attachLowHighPC() 657 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) in addScopeRangeList() 668 if (DD->getDwarfVersion() >= 5) in addScopeRangeList() 755 if (IA->getDiscriminator() && DD->getDwarfVersion() >= 4) in constructInlinedScopeDIE() 1236 DD->getDwarfVersion() <= 4 ? std::optional<dwarf::Form>() in constructAbstractSubprogramScopeDIE() 1244 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() 297 (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 | 319 DD->getDwarfVersion() >= 5 && DD->useSplitDwarf() ? sizeof(uint64_t) in getHeaderSize()
|
| H A D | DwarfDebug.h | 847 uint16_t getDwarfVersion() const;
|
| H A D | AsmPrinter.cpp | 574 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization() 4728 uint16_t AsmPrinter::getDwarfVersion() const { in getDwarfVersion() function in AsmPrinter 4729 return OutStreamer->getContext().getDwarfVersion(); in getDwarfVersion() 4746 return {getDwarfVersion(), uint8_t(MAI->getCodePointerSize()), in getDwarfFormParams()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCTargetOptionsCommandFlags.h | 35 LLVM_ABI int getDwarfVersion();
|
| H A D | MCContext.h | 822 uint16_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 57 S.emitInt16(S.getContext().getDwarfVersion()); in emitListsTableHeaderStart() 234 MCOS->getContext().getDwarfVersion() >= 4) { in emitOne() 310 if (context.getDwarfVersion() >= 5) in emit() 551 unsigned LineTableVersion = context.getDwarfVersion(); in Emit() 828 context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev() 834 context.getDwarfVersion() >= 3) { in EmitGenDwarfAbbrev() 977 MCOS->emitInt16(context.getDwarfVersion()); in EmitGenDwarfInfo() 983 if (context.getDwarfVersion() >= 5) { in EmitGenDwarfInfo() 995 if (context.getDwarfVersion() <= 4) in EmitGenDwarfInfo() 1125 if (MCOS->getContext().getDwarfVersion() >= 5) { in emitGenDwarfRanges() [all …]
|
| H A D | MCTargetOptionsCommandFlags.cpp | 177 Options.DwarfVersion = getDwarfVersion(); in InitMCTargetOptionsFromFlags()
|
| H A D | MCContext.cpp | 1039 if (getDwarfVersion() >= 5) { in setGenDwarfRootFile() 1090 return getDwarfVersion() >= 5; in isValidDwarfFileNumber()
|
| H A D | MCAsmStreamer.cpp | 1633 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective() 1662 if (getContext().getDwarfVersion() < 5) in emitDwarfFile0Directive()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | CommonArgs.h | 104 unsigned getDwarfVersion(const ToolChain &TC, const llvm::opt::ArgList &Args);
|
| /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 | 260 uint16_t getDwarfVersion() const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 891 unsigned getDwarfVersion() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 677 if (InsertResult && getContext().getDwarfVersion() <= 2) in parseSectionArguments()
|
| H A D | AsmParser.cpp | 3549 if (Ctx.getDwarfVersion() < 5) in parseDirectiveFile() 3587 check(FileNumber < 1 && Ctx.getDwarfVersion() < 5, Loc, in parseDirectiveLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 583 unsigned Module::getDwarfVersion() const { in getDwarfVersion() function in Module
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1109 MS->getContext().getDwarfVersion() >= 4) { in emitLineTableRows()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.cpp | 897 unsigned DwarfVersion = getDwarfVersion(getToolChain(), Args); in ConstructJob()
|