Searched refs:getDwarfFormat (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h63 dwarf::DwarfFormat getDwarfFormat() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp20 DwarfFormat DWARFDebugMacro::MacroHeader::getDwarfFormat() const { function in class:DWARFDebugMacro::MacroHeader
25 return getDwarfOffsetByteSize(getDwarfFormat());
32 << ", format = " << FormatString(getDwarfFormat());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp53 auto DwarfFormat = S.getContext().getDwarfFormat();
342 dwarf::getDwarfOffsetByteSize(MCOS->getContext().getDwarfFormat());
483 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat());
484 unsigned OffsetSize = dwarf::getDwarfOffsetByteSize(context.getDwarfFormat());
486 if (context.getDwarfFormat() == dwarf::DWARF64)
839 : (context.getDwarfFormat() == dwarf::DWARF64 ? dwarf::DW_FORM_data8
886 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat());
887 unsigned OffsetSize = dwarf::getDwarfOffsetByteSize(context.getDwarfFormat());
909 if (context.getDwarfFormat() == dwarf::DWARF64)
973 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat());
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp436 AP->OutStreamer->getContext().getDwarfFormat()};
678 switch (AP->OutStreamer->getContext().getDwarfFormat()) {
H A DDwarfDebug.cpp2454 DWARFExpression Expr(Data, PtrSize, Asm->OutContext.getDwarfFormat());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h705 dwarf::DwarfFormat getDwarfFormat() const { return DwarfFormat; } function

Completed in 302 milliseconds