LLVM
15.0.0git
|
Collects and handles dwarf debug information. More...
#include "CodeGen/AsmPrinter/DwarfDebug.h"
Public Types | |
enum | MinimizeAddrInV5 { MinimizeAddrInV5::Default, MinimizeAddrInV5::Disabled, MinimizeAddrInV5::Ranges, MinimizeAddrInV5::Expressions, MinimizeAddrInV5::Form } |
Public Member Functions | |
DwarfDebug (AsmPrinter *A) | |
~DwarfDebug () override | |
void | beginModule (Module *M) override |
Emit all Dwarf sections that should come prior to the content. More... | |
void | endModule () override |
Emit all Dwarf sections that should come after the content. More... | |
DebugLoc | emitInitialLocDirective (const MachineFunction &MF, unsigned CUID) |
Emits inital debug location directive. More... | |
void | beginInstruction (const MachineInstr *MI) override |
Process beginning of an instruction. More... | |
void | addDwarfTypeUnitType (DwarfCompileUnit &CU, StringRef Identifier, DIE &Die, const DICompositeType *CTy) |
Add a DIE to the set of types that we're going to pull into type units. More... | |
void | addArangeLabel (SymbolCU SCU) |
Add a label so that arange data can be generated for it. More... | |
void | setSymbolSize (const MCSymbol *Sym, uint64_t Size) override |
For symbols that have a size designated (e.g. More... | |
bool | useAllLinkageNames () const |
Returns whether we should emit all DW_AT_[MIPS_]linkage_name. More... | |
bool | useGNUTLSOpcode () const |
Returns whether to use DW_OP_GNU_push_tls_address, instead of the standard DW_OP_form_tls_address opcode. More... | |
bool | useDWARF2Bitfields () const |
Returns whether to use the DWARF2 format for bitfields instyead of the DWARF4 format. More... | |
bool | useInlineStrings () const |
Returns whether to use inline strings. More... | |
bool | useRangesSection () const |
Returns whether ranges section should be emitted. More... | |
bool | alwaysUseRanges () const |
Returns whether range encodings should be used for single entry range lists. More... | |
bool | useAddrOffsetExpressions () const |
bool | useAddrOffsetForm () const |
bool | useSectionsAsReferences () const |
Returns whether to use sections as labels rather than temp symbols. More... | |
bool | useLocSection () const |
Returns whether .debug_loc section should be emitted. More... | |
bool | generateTypeUnits () const |
Returns whether to generate DWARF v4 type units. More... | |
AccelTableKind | getAccelTableKind () const |
Returns what kind (if any) of accelerator tables to emit. More... | |
bool | useAppleExtensionAttributes () const |
bool | useSplitDwarf () const |
Returns whether or not to change the current debug info for the split dwarf proposal support. More... | |
bool | useSegmentedStringOffsetsTable () const |
Returns whether to generate a string offsets table with (possibly shared) contributions from each CU and type unit. More... | |
bool | emitDebugEntryValues () const |
bool | useOpConvert () const |
bool | shareAcrossDWOCUs () const |
uint16_t | getDwarfVersion () const |
Returns the Dwarf Version. More... | |
dwarf::Form | getDwarfSectionOffsetForm () const |
Returns a suitable DWARF form to represent a section offset, i.e. More... | |
const DwarfCompileUnit * | getPrevCU () const |
Returns the previous CU that was being updated. More... | |
void | setPrevCU (const DwarfCompileUnit *PrevCU) |
void | terminateLineTable (const DwarfCompileUnit *CU) |
Terminate the line table by adding the last range label. More... | |
const DebugLocStream & | getDebugLocs () const |
Returns the entries for the .debug_loc section. More... | |
void | emitDebugLocEntry (ByteStreamer &Streamer, const DebugLocStream::Entry &Entry, const DwarfCompileUnit *CU) |
Emit an entry for the debug loc section. More... | |
void | emitDebugLocEntryLocation (const DebugLocStream::Entry &Entry, const DwarfCompileUnit *CU) |
Emit the location for a debug loc entry, including the size header. More... | |
void | addSubprogramNames (const DICompileUnit &CU, const DISubprogram *SP, DIE &Die) |
AddressPool & | getAddressPool () |
void | addAccelName (const DICompileUnit &CU, StringRef Name, const DIE &Die) |
void | addAccelObjC (const DICompileUnit &CU, StringRef Name, const DIE &Die) |
void | addAccelNamespace (const DICompileUnit &CU, StringRef Name, const DIE &Die) |
void | addAccelType (const DICompileUnit &CU, StringRef Name, const DIE &Die, char Flags) |
const MachineFunction * | getCurrentFunction () const |
bool | isLexicalScopeDIENull (LexicalScope *Scope) |
A helper function to check whether the DIE for a given Scope is going to be null. More... | |
DwarfCompileUnit * | lookupCU (const DIE *Die) |
Find the matching DwarfCompileUnit for the given CU DIE. More... | |
const DwarfCompileUnit * | lookupCU (const DIE *Die) const |
unsigned | getStringTypeLoc (const DIStringType *ST) const |
void | addStringTypeLoc (const DIStringType *ST, unsigned Loc) |
bool | tuneForGDB () const |
bool | tuneForLLDB () const |
bool | tuneForSCE () const |
bool | tuneForDBX () const |
const MCSymbol * | getSectionLabel (const MCSection *S) |
void | insertSectionLabel (const MCSymbol *S) |
Optional< MD5::MD5Result > | getMD5AsBytes (const DIFile *File) const |
If the File has an MD5 checksum, return it as an MD5Result allocated in the MCContext. More... | |
![]() | |
void | endInstruction () override |
Process end of an instruction. More... | |
void | beginFunction (const MachineFunction *MF) override |
Gather pre-function debug information. More... | |
void | endFunction (const MachineFunction *MF) override |
Gather post-function debug information. More... | |
void | beginBasicBlock (const MachineBasicBlock &MBB) override |
Process beginning of a basic block during basic block sections. More... | |
void | endBasicBlock (const MachineBasicBlock &MBB) override |
Process end of a basic block during basic block sections. More... | |
MCSymbol * | getLabelBeforeInsn (const MachineInstr *MI) |
Return Label preceding the instruction. More... | |
MCSymbol * | getLabelAfterInsn (const MachineInstr *MI) |
Return Label immediately following the instruction. More... | |
const InstructionOrdering & | getInstOrdering () const |
![]() | |
virtual | ~AsmPrinterHandler () |
Pin vtable to this file. More... | |
virtual void | markFunctionEnd () |
virtual void | beginFragment (const MachineBasicBlock *MBB, ExceptionSymbolProvider ESP) |
virtual void | endFragment () |
virtual void | beginFunclet (const MachineBasicBlock &MBB, MCSymbol *Sym=nullptr) |
Emit target-specific EH funclet machinery. More... | |
virtual void | endFunclet () |
Static Public Member Functions | |
static uint64_t | makeTypeSignature (StringRef Identifier) |
Perform an MD5 checksum of Identifier and return the lower 64 bits. More... | |
static void | emitDebugLocValue (const AsmPrinter &AP, const DIBasicType *BT, const DbgValueLoc &Value, DwarfExpression &DwarfExpr) |
![]() | |
static uint64_t | getBaseTypeSize (const DIType *Ty) |
If this type is derived from a base type then return base type size. More... | |
static bool | isUnsignedDIType (const DIType *Ty) |
Return true if type encoding is unsigned. More... | |
Protected Member Functions | |
void | beginFunctionImpl (const MachineFunction *MF) override |
Gather pre-function debug information. More... | |
void | endFunctionImpl (const MachineFunction *MF) override |
Gather and emit post-function debug information. More... | |
unsigned | getDwarfCompileUnitIDForLineTable (const DwarfCompileUnit &CU) |
Get Dwarf compile unit ID for line table. More... | |
void | skippedNonDebugFunction () override |
![]() | |
DebugHandlerBase (AsmPrinter *A) | |
void | identifyScopeMarkers () |
Indentify instructions that are marking the beginning of or ending of a scope. More... | |
void | requestLabelBeforeInsn (const MachineInstr *MI) |
Ensure that a label will be emitted before MI. More... | |
void | requestLabelAfterInsn (const MachineInstr *MI) |
Ensure that a label will be emitted after MI. More... | |
Additional Inherited Members | |
![]() | |
AsmPrinter * | Asm |
Target of debug info emission. More... | |
MachineModuleInfo * | MMI |
Collected machine module information. More... | |
DebugLoc | PrevInstLoc |
Previous instruction's location information. More... | |
MCSymbol * | PrevLabel = nullptr |
const MachineBasicBlock * | PrevInstBB = nullptr |
DebugLoc | PrologEndLoc |
This location indicates end of function prologue and beginning of function body. More... | |
const MachineInstr * | CurMI = nullptr |
If nonnull, stores the current machine instruction we're processing. More... | |
LexicalScopes | LScopes |
DbgValueHistoryMap | DbgValues |
History of DBG_VALUE and clobber instructions for each user variable. More... | |
DbgLabelInstrMap | DbgLabels |
Mapping of inlined labels and DBG_LABEL machine instruction. More... | |
DenseMap< const MachineInstr *, MCSymbol * > | LabelsBeforeInsn |
Maps instruction with label emitted before instruction. More... | |
DenseMap< const MachineInstr *, MCSymbol * > | LabelsAfterInsn |
Maps instruction with label emitted after instruction. More... | |
Collects and handles dwarf debug information.
Definition at line 294 of file DwarfDebug.h.
|
strong |
Enumerator | |
---|---|
Default | |
Disabled | |
Ranges | |
Expressions | |
Form |
Definition at line 381 of file DwarfDebug.h.
DwarfDebug::DwarfDebug | ( | AsmPrinter * | A | ) |
Definition at line 347 of file DwarfDebug.cpp.
References AllLinkageNames, llvm::DebugHandlerBase::Asm, computeAccelTableKind(), llvm::DBX, llvm::TargetOptions::DebuggerTuning, llvm::Default, Default, DefaultLinkageNames, Disabled, llvm::dwarf::DWARF32, llvm::MCTargetOptions::Dwarf64, llvm::dwarf::DWARF64, llvm::dwarf::DWARF_VERSION, DwarfInlinedStrings, DwarfLinkageNames, DwarfOpConvert, DwarfSectionsAsReferences, llvm::MCTargetOptions::DwarfVersion, Enable, llvm::GDB, GenerateDwarfTypeUnits, llvm::Module::getDwarfVersion(), llvm::MachineModuleInfo::getModule(), llvm::TargetMachine::getTargetTriple(), llvm::Module::isDwarf64(), llvm::LLDB, llvm::TargetOptions::MCOptions, MinimizeAddrInV5Option, llvm::DebugHandlerBase::MMI, NoDwarfRangesSection, llvm::TargetMachine::Options, llvm::AsmPrinter::OutStreamer, llvm::report_fatal_error(), llvm::SCE, llvm::TargetOptions::ShouldEmitDebugEntryValues(), llvm::MCTargetOptions::SplitDwarfFile, llvm::AsmPrinter::TM, tuneForDBX(), tuneForGDB(), tuneForLLDB(), tuneForSCE(), UseGNUDebugMacro, and useSplitDwarf().
|
overridedefault |
void DwarfDebug::addAccelName | ( | const DICompileUnit & | CU, |
StringRef | Name, | ||
const DIE & | Die | ||
) |
Definition at line 3479 of file DwarfDebug.cpp.
Referenced by llvm::DwarfCompileUnit::addLocationAttribute(), and addSubprogramNames().
void DwarfDebug::addAccelNamespace | ( | const DICompileUnit & | CU, |
StringRef | Name, | ||
const DIE & | Die | ||
) |
Definition at line 3491 of file DwarfDebug.cpp.
Referenced by llvm::DwarfUnit::getOrCreateNameSpace().
void DwarfDebug::addAccelObjC | ( | const DICompileUnit & | CU, |
StringRef | Name, | ||
const DIE & | Die | ||
) |
Definition at line 3484 of file DwarfDebug.cpp.
References llvm::Apple, and getAccelTableKind().
Referenced by addSubprogramNames().
void DwarfDebug::addAccelType | ( | const DICompileUnit & | CU, |
StringRef | Name, | ||
const DIE & | Die, | ||
char | Flags | ||
) |
Definition at line 3496 of file DwarfDebug.cpp.
|
inline |
Add a label so that arange data can be generated for it.
Definition at line 669 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::addLabelAddress(), and llvm::DwarfCompileUnit::addLocationAttribute().
void DwarfDebug::addDwarfTypeUnitType | ( | DwarfCompileUnit & | CU, |
StringRef | Identifier, | ||
DIE & | Die, | ||
const DICompositeType * | CTy | ||
) |
Add a DIE to the set of types that we're going to pull into type units.
Definition at line 3361 of file DwarfDebug.cpp.
References llvm::DwarfUnit::addStringOffsetsStart(), llvm::DwarfUnit::addUInt(), llvm::DebugHandlerBase::Asm, llvm::DwarfFile::computeSizeAndOffsetsForUnit(), llvm::DwarfUnit::createTypeDIE(), llvm::DwarfFile::emitUnit(), llvm::MCObjectFileInfo::getDwarfInfoDWOSection(), llvm::MCObjectFileInfo::getDwarfInfoSection(), llvm::MCObjectFileInfo::getDwarfTypesDWOSection(), llvm::MCObjectFileInfo::getDwarfTypesSection(), getDwarfVersion(), llvm::AsmPrinter::getObjFileLowering(), llvm::DIEUnit::getUnitDie(), llvm::AddressPool::hasBeenUsed(), llvm::MipsISD::Ins, makeTypeSignature(), move, llvm::AddressPool::resetUsedFlag(), llvm::DIEUnit::setSection(), llvm::DwarfTypeUnit::setType(), llvm::DwarfTypeUnit::setTypeSignature(), useSegmentedStringOffsetsTable(), and useSplitDwarf().
Referenced by llvm::DwarfUnit::createTypeDIE().
|
inline |
Definition at line 817 of file DwarfDebug.h.
References assert(), and llvm::ARM_MB::ST.
void DwarfDebug::addSubprogramNames | ( | const DICompileUnit & | CU, |
const DISubprogram * | SP, | ||
DIE & | Die | ||
) |
Definition at line 500 of file DwarfDebug.cpp.
References addAccelName(), addAccelObjC(), llvm::Apple, llvm::DwarfFile::getAbstractSPDies(), getAccelTableKind(), llvm::DIScope::getName(), getObjCClassCategory(), getObjCMethodName(), isObjCClass(), llvm::DICompileUnit::None, and useAllLinkageNames().
Referenced by llvm::DwarfCompileUnit::constructInlinedScopeDIE(), and llvm::DwarfCompileUnit::updateSubprogramScopeDIE().
|
inline |
Returns whether range encodings should be used for single entry range lists.
Definition at line 697 of file DwarfDebug.h.
References Ranges.
Referenced by llvm::DwarfCompileUnit::attachRangesOrLowHighPC().
|
overrideprotectedvirtual |
Gather pre-function debug information.
Implements llvm::DebugHandlerBase.
Definition at line 2144 of file DwarfDebug.cpp.
References llvm::DebugHandlerBase::Asm, assert(), emitInitialLocDirective(), llvm::LexicalScopes::empty(), llvm::LexicalScopes::getCurrentFunctionScope(), getDwarfCompileUnitIDForLineTable(), llvm::MachineFunction::getFunction(), llvm::LexicalScope::getScopeNode(), llvm::Function::getSubprogram(), llvm::DebugHandlerBase::LScopes, llvm::DICompileUnit::NoDebug, llvm::AsmPrinter::OutStreamer, and llvm::DebugHandlerBase::PrologEndLoc.
|
overridevirtual |
Process beginning of an instruction.
Reimplemented from llvm::DebugHandlerBase.
Definition at line 1958 of file DwarfDebug.cpp.
References llvm::MachineInstr::AnyInBundle, llvm::DebugHandlerBase::Asm, assert(), llvm::DebugHandlerBase::beginInstruction(), llvm::DebugHandlerBase::CurMI, Disable, DL, DWARF2_FLAG_IS_STMT, DWARF2_FLAG_PROLOGUE_END, Enable, llvm::MachineInstr::FrameSetup, llvm::DebugLoc::getCol(), llvm::MachineFunction::getFunction(), llvm::TargetSubtargetInfo::getInstrInfo(), llvm::DebugLoc::getLine(), llvm::DebugLoc::getScope(), llvm::Function::getSubprogram(), llvm::MachineFunction::getSubtarget(), llvm::HexagonInstrInfo::isTailCall(), MI, llvm::DICompileUnit::NoDebug, llvm::AsmPrinter::OutStreamer, llvm::DebugHandlerBase::PrevInstBB, llvm::DebugHandlerBase::PrevInstLoc, llvm::DebugHandlerBase::PrevLabel, llvm::DebugHandlerBase::PrologEndLoc, llvm::DebugHandlerBase::requestLabelAfterInsn(), llvm::DebugHandlerBase::requestLabelBeforeInsn(), TII, and UnknownLocations.
|
overridevirtual |
Emit all Dwarf sections that should come prior to the content.
Reimplemented from llvm::DebugHandlerBase.
Definition at line 1144 of file DwarfDebug.cpp.
References llvm::any_of(), llvm::DebugHandlerBase::Asm, assert(), llvm::DebugHandlerBase::beginModule(), llvm::AsmPrinter::createTempSymbol(), getDwarfVersion(), llvm::MachineModuleInfo::hasDebugInfo(), llvm::ARM_PROC::IE, llvm::detail::DenseSetImpl< ValueT, DenseMap< ValueT, detail::DenseSetEmpty, DenseMapInfo< ValueT >, detail::DenseSetPair< ValueT > >, DenseMapInfo< ValueT > >::insert(), M, llvm::DebugHandlerBase::MMI, llvm::AddressPool::setLabel(), llvm::DwarfFile::setRnglistsTableBaseSym(), llvm::DebugLocStream::setSym(), sortGlobalExprs(), useSegmentedStringOffsetsTable(), and useSplitDwarf().
|
inline |
Definition at line 747 of file DwarfDebug.h.
void DwarfDebug::emitDebugLocEntry | ( | ByteStreamer & | Streamer, |
const DebugLocStream::Entry & | Entry, | ||
const DwarfCompileUnit * | CU | ||
) |
Emit an entry for the debug loc section.
This can be used to handle an entry that's going to be emitted into the debug loc section.
Definition at line 2510 of file DwarfDebug.cpp.
void DwarfDebug::emitDebugLocEntryLocation | ( | const DebugLocStream::Entry & | Entry, |
const DwarfCompileUnit * | CU | ||
) |
Emit the location for a debug loc entry, including the size header.
Definition at line 2680 of file DwarfDebug.cpp.
|
static |
Definition at line 2555 of file DwarfDebug.cpp.
References llvm::DwarfExpression::addExpression(), llvm::DwarfExpression::addFragmentOffset(), llvm::DwarfExpression::addMachineRegExpression(), assert(), llvm::DwarfExpression::beginEntryValueExpression(), llvm::TargetSubtargetInfo::getRegisterInfo(), llvm::MachineFunction::getSubtarget(), llvm::AsmPrinter::MF, move, llvm::DwarfExpression::setLocation(), and TRI.
Referenced by llvm::DwarfCompileUnit::constructCallSiteParmEntryDIEs().
DebugLoc DwarfDebug::emitInitialLocDirective | ( | const MachineFunction & | MF, |
unsigned | CUID | ||
) |
Emits inital debug location directive.
Definition at line 2124 of file DwarfDebug.cpp.
References llvm::DebugHandlerBase::Asm, DWARF2_FLAG_IS_STMT, findPrologueEndLoc(), getDwarfVersion(), llvm::MachineFunction::getFunction(), llvm::Function::getSubprogram(), and llvm::DebugHandlerBase::PrologEndLoc.
Referenced by beginFunctionImpl(), and llvm::AsmPrinter::emitInitialRawDwarfLocDirective().
|
overrideprotectedvirtual |
Gather and emit post-function debug information.
Implements llvm::DebugHandlerBase.
Definition at line 2195 of file DwarfDebug.cpp.
References llvm::DwarfCompileUnit::addRange(), llvm::DebugHandlerBase::Asm, assert(), llvm::DwarfCompileUnit::constructSubprogramScopeDIE(), DL, llvm::LexicalScopes::getAbstractScopesList(), llvm::DwarfUnit::getCUNode(), llvm::LexicalScopes::getCurrentFunctionScope(), llvm::DICompileUnit::getDebugInfoForProfiling(), llvm::DICompileUnit::getEmissionKind(), llvm::MachineFunction::getFunction(), llvm::DwarfFile::getScopeLabels(), llvm::LexicalScope::getScopeNode(), llvm::DwarfFile::getScopeVariables(), llvm::DwarfCompileUnit::getSkeleton(), llvm::DICompileUnit::getSplitDebugInlining(), llvm::Function::getSubprogram(), llvm::detail::DenseSetImpl< ValueT, DenseMap< ValueT, detail::DenseSetEmpty, DenseMapInfo< ValueT >, detail::DenseSetPair< ValueT > >, DenseMapInfo< ValueT > >::insert(), llvm::DICompileUnit::isDebugDirectivesOnly(), llvm::DICompileUnit::LineTablesOnly, llvm_unreachable, llvm::DebugHandlerBase::LScopes, llvm::AsmPrinter::MBBSectionRanges, llvm::AsmPrinter::OutStreamer, and llvm::DebugHandlerBase::PrevLabel.
|
overridevirtual |
Emit all Dwarf sections that should come after the content.
Implements llvm::AsmPrinterHandler.
Definition at line 1404 of file DwarfDebug.cpp.
References llvm::Apple, llvm::DebugHandlerBase::Asm, assert(), llvm::DebugHandlerBase::CurMI, llvm::Default, llvm::Dwarf, GenerateARangeSection, getAccelTableKind(), llvm::MachineModuleInfo::hasDebugInfo(), llvm_unreachable, llvm::DebugHandlerBase::MMI, llvm::None, P, terminateLineTable(), and useSplitDwarf().
|
inline |
Returns whether to generate DWARF v4 type units.
Definition at line 722 of file DwarfDebug.h.
Referenced by llvm::DwarfUnit::createTypeDIE(), and llvm::DwarfUnit::isShareableAcrossCUs().
|
inline |
Returns what kind (if any) of accelerator tables to emit.
Definition at line 727 of file DwarfDebug.h.
Referenced by addAccelObjC(), addSubprogramNames(), endModule(), and llvm::DwarfCompileUnit::hasDwarfPubSections().
|
inline |
Definition at line 789 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::addAddrTableBase(), llvm::DwarfCompileUnit::addLabelAddress(), llvm::DwarfCompileUnit::addLocationAttribute(), llvm::DwarfUnit::addPoolOpAddress(), and emitRangeList().
|
inline |
Definition at line 801 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::updateSubprogramScopeDIE().
|
inline |
Returns the entries for the .debug_loc section.
Definition at line 774 of file DwarfDebug.h.
Referenced by emitLocList(), emitLoclistsTableHeader(), and llvm::DIELocList::emitValue().
|
protected |
Get Dwarf compile unit ID for line table.
Definition at line 2163 of file DwarfDebug.cpp.
References llvm::DebugHandlerBase::Asm, and llvm::AsmPrinter::OutStreamer.
Referenced by beginFunctionImpl(), and terminateLineTable().
dwarf::Form DwarfDebug::getDwarfSectionOffsetForm | ( | ) | const |
Returns a suitable DWARF form to represent a section offset, i.e.
Definition at line 3505 of file DwarfDebug.cpp.
References llvm::DebugHandlerBase::Asm, assert(), llvm::AsmPrinter::getDwarfVersion(), and llvm::AsmPrinter::isDwarf64().
Referenced by llvm::DwarfCompileUnit::addLocationList(), llvm::DwarfUnit::addSectionDelta(), llvm::DwarfUnit::addSectionLabel(), and llvm::DwarfUnit::addSectionOffset().
uint16_t DwarfDebug::getDwarfVersion | ( | ) | const |
Returns the Dwarf Version.
Definition at line 3501 of file DwarfDebug.cpp.
References llvm::DebugHandlerBase::Asm, and llvm::AsmPrinter::OutStreamer.
Referenced by llvm::DwarfCompileUnit::addAddrTableBase(), llvm::DwarfUnit::addAttribute(), llvm::DwarfUnit::addBlock(), addDwarfTypeUnitType(), llvm::DwarfUnit::addFlag(), llvm::DwarfCompileUnit::addLabelAddress(), llvm::DwarfUnit::addLinkageName(), llvm::DwarfCompileUnit::addLocationList(), llvm::DwarfUnit::addOpAddress(), llvm::DwarfUnit::addPoolOpAddress(), llvm::DwarfUnit::addRnglistsBase(), llvm::DwarfCompileUnit::addScopeRangeList(), llvm::DwarfUnit::applySubprogramAttributes(), beginModule(), llvm::DwarfCompileUnit::constructAbstractSubprogramScopeDIE(), llvm::DwarfCompileUnit::constructInlinedScopeDIE(), llvm::DwarfUnit::constructTypeDIE(), llvm::DwarfUnit::emitCommonHeader(), llvm::DwarfCompileUnit::emitHeader(), emitInitialLocDirective(), emitRangeList(), GetCompileUnitType(), llvm::DwarfUnit::getHeaderSize(), llvm::DwarfCompileUnit::getHeaderSize(), getMD5AsBytes(), llvm::DwarfUnit::getOrCreateTypeDIE(), llvm::DwarfCompileUnit::hasDwarfPubSections(), insertSectionLabel(), and llvm::DwarfCompileUnit::useGNUAnalogForDwarf5Feature().
Optional< MD5::MD5Result > DwarfDebug::getMD5AsBytes | ( | const DIFile * | File | ) | const |
If the File
has an MD5 checksum, return it as an MD5Result allocated in the MCContext.
Definition at line 3526 of file DwarfDebug.cpp.
References assert(), copy, llvm::DIFile::CSK_MD5, getDwarfVersion(), and llvm::None.
Referenced by llvm::DwarfCompileUnit::getOrCreateSourceID().
|
inline |
Returns the previous CU that was being updated.
Definition at line 767 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::addRange().
Definition at line 3514 of file DwarfDebug.cpp.
Referenced by llvm::DwarfCompileUnit::addLabelAddress(), llvm::DwarfUnit::addPoolOpAddress(), llvm::DwarfCompileUnit::attachRangesOrLowHighPC(), and emitRangeList().
|
inline |
Definition at line 3520 of file DwarfDebug.cpp.
References getDwarfVersion(), llvm::AddressPool::getIndex(), S, and useSplitDwarf().
Referenced by llvm::DwarfCompileUnit::addRange().
bool DwarfDebug::isLexicalScopeDIENull | ( | LexicalScope * | Scope | ) |
A helper function to check whether the DIE for a given Scope is going to be null.
Check whether we should create a DIE for the given Scope, return true if we don't create a DIE (the corresponding DIE is null).
Definition at line 534 of file DwarfDebug.cpp.
References llvm::DebugHandlerBase::getLabelAfterInsn().
Referenced by llvm::DwarfCompileUnit::constructLexicalScopeDIE(), and llvm::DwarfCompileUnit::constructScopeDIE().
|
inline |
Find the matching DwarfCompileUnit for the given CU DIE.
Definition at line 808 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::constructAbstractSubprogramScopeDIE().
|
inline |
Perform an MD5 checksum of Identifier
and return the lower 64 bits.
Definition at line 3350 of file DwarfDebug.cpp.
References llvm::MD5::final(), and llvm::MD5::update().
Referenced by addDwarfTypeUnitType().
|
inline |
Definition at line 768 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::addRange().
For symbols that have a size designated (e.g.
common symbols), this tracks that size.
Implements llvm::AsmPrinterHandler.
Definition at line 673 of file DwarfDebug.h.
bool DwarfDebug::shareAcrossDWOCUs | ( | ) | const |
Definition at line 558 of file DwarfDebug.cpp.
References SplitDwarfCrossCuReferences.
Referenced by llvm::DwarfUnit::isShareableAcrossCUs().
|
overrideprotectedvirtual |
Reimplemented from llvm::DebugHandlerBase.
Definition at line 2183 of file DwarfDebug.cpp.
References terminateLineTable().
void DwarfDebug::terminateLineTable | ( | const DwarfCompileUnit * | CU | ) |
Terminate the line table by adding the last range label.
Definition at line 2174 of file DwarfDebug.cpp.
References llvm::DebugHandlerBase::Asm, getDwarfCompileUnitIDForLineTable(), and llvm::AsmPrinter::OutStreamer.
Referenced by llvm::DwarfCompileUnit::addRange(), endModule(), and skippedNonDebugFunction().
|
inline |
Definition at line 703 of file DwarfDebug.h.
References Expressions.
Referenced by llvm::DwarfCompileUnit::addLabelAddress(), and llvm::DwarfUnit::addPoolOpAddress().
|
inline |
Definition at line 709 of file DwarfDebug.h.
References Form.
Referenced by llvm::DwarfCompileUnit::addLabelAddress(), and llvm::DwarfUnit::addPoolOpAddress().
|
inline |
Returns whether we should emit all DW_AT_[MIPS_]linkage_name.
If not, we still might emit certain cases.
Definition at line 679 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::addLocationAttribute(), addSubprogramNames(), and llvm::DwarfUnit::applySubprogramDefinitionAttributes().
|
inline |
Definition at line 729 of file DwarfDebug.h.
Referenced by llvm::DwarfUnit::applySubprogramAttributes(), and llvm::DwarfCompileUnit::updateSubprogramScopeDIE().
|
inline |
Returns whether to use the DWARF2 format for bitfields instyead of the DWARF4 format.
Definition at line 687 of file DwarfDebug.h.
|
inline |
Returns whether to use DW_OP_GNU_push_tls_address, instead of the standard DW_OP_form_tls_address opcode.
Definition at line 683 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::addLocationAttribute().
|
inline |
Returns whether to use inline strings.
Definition at line 690 of file DwarfDebug.h.
Referenced by llvm::DwarfUnit::addString().
|
inline |
Returns whether .debug_loc section should be emitted.
Definition at line 719 of file DwarfDebug.h.
|
inline |
Definition at line 751 of file DwarfDebug.h.
|
inline |
Returns whether ranges section should be emitted.
Definition at line 693 of file DwarfDebug.h.
Referenced by llvm::DwarfCompileUnit::attachRangesOrLowHighPC().
|
inline |
Returns whether to use sections as labels rather than temp symbols.
Definition at line 714 of file DwarfDebug.h.
Referenced by llvm::DwarfUnit::emitCommonHeader(), llvm::DwarfCompileUnit::emitHeader(), and llvm::DwarfCompileUnit::initStmtList().
|
inline |
Returns whether to generate a string offsets table with (possibly shared) contributions from each CU and type unit.
This implies the use of DW_FORM_strx* indirect references with DWARF v5 and beyond. Note that DW_FORM_GNU_str_index is also an indirect reference, but it is used with a pre-DWARF v5 implementation of split DWARF sections, which uses a monolithic string offsets table.
Definition at line 743 of file DwarfDebug.h.
Referenced by addDwarfTypeUnitType(), beginModule(), and llvm::DwarfUnit::useSegmentedStringOffsetsTable().
|
inline |
Returns whether or not to change the current debug info for the split dwarf proposal support.
Definition at line 735 of file DwarfDebug.h.
Referenced by addDwarfTypeUnitType(), llvm::DwarfCompileUnit::addLabelAddress(), llvm::DwarfCompileUnit::addLocationAttribute(), llvm::DwarfUnit::addOpAddress(), beginModule(), DwarfDebug(), llvm::emitDWARF5AccelTable(), llvm::DwarfCompileUnit::emitHeader(), llvm::DwarfTypeUnit::emitHeader(), emitMacroHeader(), llvm::DIELocList::emitValue(), endModule(), llvm::DwarfCompileUnit::getHeaderSize(), llvm::DwarfCompileUnit::includeMinimalInlineScopes(), and insertSectionLabel().