LLVM 19.0.0git
Functions | Variables
SyntheticTypeNameBuilder.cpp File Reference
#include "SyntheticTypeNameBuilder.h"
#include "DWARFLinkerCompileUnit.h"
#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
#include "llvm/Support/ScopedPrinter.h"

Go to the source code of this file.

Functions

static std::optional< UnitEntryPairTygetTypeDeduplicationCandidate (UnitEntryPairTy UnitEntryPair)
 

Variables

static dwarf::Attribute TypeAttr [] = {dwarf::DW_AT_type}
 

Function Documentation

◆ getTypeDeduplicationCandidate()

static std::optional< UnitEntryPairTy > getTypeDeduplicationCandidate ( UnitEntryPairTy  UnitEntryPair)
static

Variable Documentation

◆ TypeAttr

dwarf::Attribute TypeAttr[] = {dwarf::DW_AT_type}
static