| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 120 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound() 125 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound() 134 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound() 145 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound() 163 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound() 171 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound() 214 if (DD->getDwarfVersion() >= 4) in addFlag() 316 if (DD->getDwarfVersion() >= 5) { in addPoolOpAddress() 332 if (DD->getDwarfVersion() >= 5) { in addOpAddress() 1555 if (DD->getDwarfVersion() >= 3) in constructEnumTypeDIE() [all …]
|
| H A D | AddressPool.cpp | 33 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader() 52 if (Asm.getDwarfVersion() >= 5) in emit()
|
| H A D | DwarfDebug.cpp | 1176 if (getDwarfVersion() >= 5) { in beginModule() 1345 if (getDwarfVersion() >= 5) { in finalizeModuleInfo() 2764 if (getDwarfVersion() >= 5) in emitDebugLocEntryLocation() 2932 if (getDwarfVersion() >= 5) in emitDebugLocImpl() 2945 getDwarfVersion() >= 5 in emitDebugLoc() 2952 if (getDwarfVersion() >= 5) { in emitDebugLocDWO() 3177 if (getDwarfVersion() >= 5) in emitDebugRangesImpl() 3249 if (getDwarfVersion() >= 5) { in emitMacro() 3492 getDwarfVersion() <= 4 in addDwarfTypeUnitType() 3498 getDwarfVersion() <= 4 in addDwarfTypeUnitType() [all …]
|
| H A D | DwarfCompileUnit.cpp | 52 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType() 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() 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() [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() 285 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t) in getHeaderSize()
|
| H A D | DIE.cpp | 82 AP->getDwarfVersion())) { in Emit() 84 << " 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 | 554 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization() 4307 uint16_t AsmPrinter::getDwarfVersion() const { in getDwarfVersion() function in AsmPrinter 4308 return OutStreamer->getContext().getDwarfVersion(); in getDwarfVersion() 4325 return {getDwarfVersion(), uint8_t(MAI->getCodePointerSize()), in getDwarfFormParams()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCTargetOptionsCommandFlags.h | 32 int getDwarfVersion();
|
| H A D | MCContext.h | 831 uint16_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 60 S.emitInt16(S.getContext().getDwarfVersion()); in emitListsTableHeaderStart() 212 MCOS->getContext().getDwarfVersion() >= 4) { in emitOne() 271 if (context.getDwarfVersion() >= 5) in emit() 506 unsigned LineTableVersion = context.getDwarfVersion(); in Emit() 783 context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev() 789 context.getDwarfVersion() >= 3) { in EmitGenDwarfAbbrev() 933 MCOS->emitInt16(context.getDwarfVersion()); in EmitGenDwarfInfo() 939 if (context.getDwarfVersion() >= 5) { in EmitGenDwarfInfo() 951 if (context.getDwarfVersion() <= 4) in EmitGenDwarfInfo() 1084 if (MCOS->getContext().getDwarfVersion() >= 5) { in emitGenDwarfRanges() [all …]
|
| H A D | MCTargetOptionsCommandFlags.cpp | 139 Options.DwarfVersion = getDwarfVersion(); in InitMCTargetOptionsFromFlags()
|
| H A D | MCContext.cpp | 944 if (getDwarfVersion() >= 5) { in setGenDwarfRootFile() 995 return getDwarfVersion() >= 5; in isValidDwarfFileNumber()
|
| H A D | MCAsmStreamer.cpp | 1649 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective() 1679 if (getContext().getDwarfVersion() < 5) in emitDwarfFile0Directive()
|
| /freebsd-14.2/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
|
| H A D | Gnu.cpp | 972 unsigned DwarfVersion = getDwarfVersion(getToolChain(), Args); in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 248 uint16_t getDwarfVersion() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 904 unsigned getDwarfVersion() const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 542 unsigned Module::getDwarfVersion() const { in getDwarfVersion() function in Module
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 720 if (getContext().getDwarfVersion() <= 2) in ParseSectionArguments()
|
| H A D | AsmParser.cpp | 3606 if (Ctx.getDwarfVersion() < 5) in parseDirectiveFile() 3650 check(FileNumber < 1 && Ctx.getDwarfVersion() < 5, Loc, in parseDirectiveLoc()
|
| H A D | MasmParser.cpp | 4865 if (Ctx.getDwarfVersion() < 5) in parseDirectiveFile() 4912 check(FileNumber < 1 && Ctx.getDwarfVersion() < 5, Loc, in parseDirectiveLoc()
|