Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp50 : DwarfExpression(AP.getDwarfVersion(), CU), AP(AP), OutDIE(DIE) {} in DIEDwarfExpression()
128 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound()
133 if (DD->getDwarfVersion() >= 3) in getDefaultLowerBound()
142 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound()
153 if (DD->getDwarfVersion() >= 4) in getDefaultLowerBound()
171 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound()
179 if (DD->getDwarfVersion() >= 5) in getDefaultLowerBound()
221 if (DD->getDwarfVersion() >= 4) in addFlag()
310 Asm->OutContext.getDwarfVersion(), File->getSource()); in getOrCreateSourceID()
323 if (DD->getDwarfVersion() >= 5) { in addPoolOpAddress()
[all …]
H A DDwarfDebug.cpp390 : MMI->getModule()->getDwarfVersion(); in DwarfDebug()
1081 dwarf::Attribute attrDWOName = getDwarfVersion() >= 5 in finishUnitAttributes()
1196 if (getDwarfVersion() >= 5) { in beginModule()
1317 dwarf::Attribute attrDWOName = getDwarfVersion() >= 5 in finalizeModuleInfo()
1328 if (getDwarfVersion() >= 5) { in finalizeModuleInfo()
1338 if (getDwarfVersion() < 5 && !SkeletonHolder.getRangeLists().empty()) { in finalizeModuleInfo()
1369 if ((HasSplitUnit || getDwarfVersion() >= 5) && !AddrPool.isEmpty()) in finalizeModuleInfo()
1372 if (getDwarfVersion() >= 5) { in finalizeModuleInfo()
1394 dwarf::Attribute MacrosAttr = getDwarfVersion() >= 5 in finalizeModuleInfo()
2082 CUID, getDwarfVersion(), getUnits()); in emitInitialLocDirective()
[all …]
H A DAddressPool.cpp32 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader()
51 if (Asm.getDwarfVersion() >= 5) in emit()
H A DDwarfCompileUnit.cpp52 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType()
71 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress()
87 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress()
95 assert(DD->getDwarfVersion() >= 5 && in addLabelAddress()
405 if (DD->getDwarfVersion() < 4) in attachLowHighPC()
566 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) in addScopeRangeList()
577 if (DD->getDwarfVersion() >= 5) in addScopeRangeList()
664 if (IA->getDiscriminator() && DD->getDwarfVersion() >= 4) in constructInlinedScopeDIE()
1114 return DD->getDwarfVersion() == 4 && !DD->tuneForLLDB(); in useGNUAnalogForDwarf5Feature()
1343 if (DD->getDwarfVersion() >= 5 && UT != dwarf::DW_UT_compile) in emitHeader()
[all …]
H A DDIE.cpp88 AP->getDwarfVersion())) { in Emit()
90 << " for DWARF version " << AP->getDwarfVersion() in Emit()
432 dwarf::FormParams Params = {AP->getDwarfVersion(), in SizeOf()
693 if (AP->getDwarfVersion() == 2) in SizeOf()
H A DDwarfUnit.h89 DD->getDwarfVersion() < dwarf::AttributeVersion(Attribute)) in addAttribute()
272 (DD->getDwarfVersion() >= 5 ? sizeof(int8_t) in getHeaderSize()
H A DDwarfStringPool.cpp66 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader()
H A DDwarfCompileUnit.h287 DD->getDwarfVersion() >= 5 && DD->useSplitDwarf() ? sizeof(uint64_t) in getHeaderSize()
H A DDwarfDebug.h772 uint16_t getDwarfVersion() const;
H A DAsmPrinter.cpp337 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
3572 uint16_t AsmPrinter::getDwarfVersion() const { in getDwarfVersion() function in AsmPrinter
3573 return OutStreamer->getContext().getDwarfVersion(); in getDwarfVersion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp61 S.emitInt16(S.getContext().getDwarfVersion()); in emitListsTableHeaderStart()
191 MCOS->getContext().getDwarfVersion() >= 4) { in emitDwarfLineTable()
248 if (context.getDwarfVersion() >= 5) in emit()
470 unsigned LineTableVersion = context.getDwarfVersion(); in Emit()
802 context.getDwarfVersion() >= 4 in EmitGenDwarfAbbrev()
808 context.getDwarfVersion() >= 3) { in EmitGenDwarfAbbrev()
952 MCOS->emitInt16(context.getDwarfVersion()); in EmitGenDwarfInfo()
958 if (context.getDwarfVersion() >= 5) { in EmitGenDwarfInfo()
970 if (context.getDwarfVersion() <= 4) in EmitGenDwarfInfo()
1103 if (MCOS->getContext().getDwarfVersion() >= 5) { in emitGenDwarfRanges()
[all …]
H A DMCTargetOptionsCommandFlags.cpp107 Options.DwarfVersion = getDwarfVersion(); in InitMCTargetOptionsFromFlags()
H A DMCContext.cpp827 if (getDwarfVersion() >= 5) { in setGenDwarfRootFile()
879 return getDwarfVersion() >= 5; in isValidDwarfFileNumber()
H A DMCAsmStreamer.cpp1485 getContext().getDwarfVersion(), FileNo); in tryEmitDwarfFileDirective()
1516 if (getContext().getDwarfVersion() < 5) in emitDwarfFile0Directive()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h31 int getDwarfVersion();
H A DMCContext.h786 uint16_t getDwarfVersion() const { return DwarfVersion; } in getDwarfVersion() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h224 uint16_t getDwarfVersion() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h824 unsigned getDwarfVersion() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp555 unsigned Module::getDwarfVersion() const { in getDwarfVersion() function in Module
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp685 if (getContext().getDwarfVersion() <= 2) in ParseSectionArguments()
H A DAsmParser.cpp3554 if (Ctx.getDwarfVersion() < 5) in parseDirectiveFile()
3598 check(FileNumber < 1 && Ctx.getDwarfVersion() < 5, Loc, in parseDirectiveLoc()
H A DMasmParser.cpp4608 if (Ctx.getDwarfVersion() < 5) in parseDirectiveFile()
4656 check(FileNumber < 1 && Ctx.getDwarfVersion() < 5, Loc, in parseDirectiveLoc()