Home
last modified time | relevance | path

Searched refs:getDwarfVersion (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp43 : 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 DDwarfDebug.cpp370 : 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 DAddressPool.cpp33 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader()
52 if (Asm.getDwarfVersion() >= 5) in emit()
H A DDwarfCompileUnit.cpp67 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 DDwarfStringPool.cpp66 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader()
H A DDwarfUnit.h92 DD->getDwarfVersion() < dwarf::AttributeVersion(Attribute)) in addAttribute()
287 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t) in getHeaderSize()
H A DDIE.cpp80 AP->getDwarfVersion())) { in Emit()
82 << " for DWARF version " << AP->getDwarfVersion() in Emit()
H A DDwarfCompileUnit.h312 DD->getDwarfVersion() >= 5 && DD->useSplitDwarf() ? sizeof(uint64_t) in getHeaderSize()
H A DDwarfDebug.h829 uint16_t getDwarfVersion() const;
H A DAsmPrinter.cpp543 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 DMCDwarf.cpp61 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 DMCTargetOptionsCommandFlags.cpp168 Options.DwarfVersion = getDwarfVersion(); in InitMCTargetOptionsFromFlags()
H A DMCContext.cpp947 if (getDwarfVersion() >= 5) { in setGenDwarfRootFile()
998 return getDwarfVersion() >= 5; in isValidDwarfFileNumber()
H A DMCAsmStreamer.cpp1669 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective()
1699 if (getContext().getDwarfVersion() < 5) in emitDwarfFile0Directive()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h34 int getDwarfVersion();
H A DMCContext.h802 uint16_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h102 unsigned getDwarfVersion(const ToolChain &TC, const llvm::opt::ArgList &Args);
H A DCommonArgs.cpp2084 unsigned tools::getDwarfVersion(const ToolChain &TC, in getDwarfVersion() function in tools
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h354 if (Discriminator != Row.Discriminator && MC->getDwarfVersion() >= 4) { in emitLineTableRows()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h237 uint16_t getDwarfVersion() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h917 unsigned getDwarfVersion() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp718 if (InsertResult && getContext().getDwarfVersion() <= 2) in ParseSectionArguments()
H A DAsmParser.cpp3608 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 DModule.cpp573 unsigned Module::getDwarfVersion() const { in getDwarfVersion() function in Module
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1104 MS->getContext().getDwarfVersion() >= 4) { in emitLineTableRows()

12