Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp121 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()
317 if (DD->getDwarfVersion() >= 5) { in addPoolOpAddress()
333 if (DD->getDwarfVersion() >= 5) { in addOpAddress()
1555 if (DD->getDwarfVersion() >= 3) in constructEnumTypeDIE()
[all …]
H A DAddressPool.cpp32 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader()
51 if (Asm.getDwarfVersion() >= 5) in emit()
H A DDwarfDebug.cpp1175 if (getDwarfVersion() >= 5) { in beginModule()
1350 if (getDwarfVersion() >= 5) { in finalizeModuleInfo()
2684 if (getDwarfVersion() >= 5) in emitDebugLocEntryLocation()
2852 if (getDwarfVersion() >= 5) in emitDebugLocImpl()
2865 getDwarfVersion() >= 5 in emitDebugLoc()
2872 if (getDwarfVersion() >= 5) { in emitDebugLocDWO()
3097 if (getDwarfVersion() >= 5) in emitDebugRangesImpl()
3169 if (getDwarfVersion() >= 5) { in emitMacro()
3401 getDwarfVersion() <= 4 in addDwarfTypeUnitType()
3407 getDwarfVersion() <= 4 in addDwarfTypeUnitType()
[all …]
H A DDwarfCompileUnit.cpp51 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType()
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()
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()
[all …]
H A DDwarfUnit.h87 DD->getDwarfVersion() < dwarf::AttributeVersion(Attribute)) in addAttribute()
273 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t) in getHeaderSize()
H A DDwarfStringPool.cpp66 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader()
H A DDwarfCompileUnit.h281 DD->getDwarfVersion() >= 5 && DD->useSplitDwarf() ? sizeof(uint64_t) in getHeaderSize()
H A DDIE.cpp82 AP->getDwarfVersion())) { in Emit()
84 << " for DWARF version " << AP->getDwarfVersion() in Emit()
H A DDwarfDebug.h758 uint16_t getDwarfVersion() const;
H A DAsmPrinter.cpp513 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
3877 uint16_t AsmPrinter::getDwarfVersion() const { in getDwarfVersion() function in AsmPrinter
3878 return OutStreamer->getContext().getDwarfVersion(); in getDwarfVersion()
3895 return {getDwarfVersion(), uint8_t(getPointerSize()), in getDwarfFormParams()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h32 int getDwarfVersion();
H A DMCContext.h827 uint16_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp60 S.emitInt16(S.getContext().getDwarfVersion()); in emitListsTableHeaderStart()
209 MCOS->getContext().getDwarfVersion() >= 4) { in emitOne()
268 if (context.getDwarfVersion() >= 5) in emit()
500 unsigned LineTableVersion = context.getDwarfVersion(); in Emit()
784 context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev()
790 context.getDwarfVersion() >= 3) { in EmitGenDwarfAbbrev()
934 MCOS->emitInt16(context.getDwarfVersion()); in EmitGenDwarfInfo()
940 if (context.getDwarfVersion() >= 5) { in EmitGenDwarfInfo()
952 if (context.getDwarfVersion() <= 4) in EmitGenDwarfInfo()
1085 if (MCOS->getContext().getDwarfVersion() >= 5) { in emitGenDwarfRanges()
[all …]
H A DMCTargetOptionsCommandFlags.cpp125 Options.DwarfVersion = getDwarfVersion(); in InitMCTargetOptionsFromFlags()
H A DMCContext.cpp903 if (getDwarfVersion() >= 5) { in setGenDwarfRootFile()
955 return getDwarfVersion() >= 5; in isValidDwarfFileNumber()
H A DMCAsmStreamer.cpp1548 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective()
1579 if (getContext().getDwarfVersion() < 5) in emitDwarfFile0Directive()
/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp122 if (Ctx.getDwarfVersion() >= 5) { in emitDebugLineSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1386 MCOS->getContext().getDwarfVersion() >= 4) { in emitBinaryDwarfLineTable()
1478 MCOS->getContext().getDwarfVersion() >= 2) { in emitDwarfLineTable()
1603 const uint16_t DwarfVersion = BC.Ctx->getDwarfVersion(); in emit()
1607 CUIDTablePair.second.getDwarfVersion()); in emit()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1778 (!LocListWriter || LocListWriter->getDwarfVersion() <= 4)) in makeFinalLocListsSection()
1783 (LocListWriter && LocListWriter->getDwarfVersion() >= 5)) in makeFinalLocListsSection()
1787 if (LocListWriter && (LocListWriter->getDwarfVersion() <= 4 || in makeFinalLocListsSection()
1788 (LocListWriter->getDwarfVersion() >= 5 && in makeFinalLocListsSection()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h504 uint8_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
1179 uint16_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h238 uint16_t getDwarfVersion() const;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h830 unsigned getDwarfVersion() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp556 unsigned Module::getDwarfVersion() const { in getDwarfVersion() function in Module
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py216 self.getDwarfVersion()))
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp704 if (getContext().getDwarfVersion() <= 2) in ParseSectionArguments()

12