Home
last modified time | relevance | path

Searched refs:DwarfTypeUnit (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h107 class DwarfTypeUnit; variable
366 void addTypeUnitSymbol(DwarfTypeUnit &U);
368 void addTypeUnitSignature(DwarfTypeUnit &U);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h371 class DwarfTypeUnit final : public DwarfUnit {
383 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
H A DDwarfUnit.cpp88 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit
293 unsigned DwarfTypeUnit::getOrCreateSourceID(const DIFile *File) { in getOrCreateSourceID()
1782 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader()
1811 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit()
1817 void DwarfTypeUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName()
1822 void DwarfTypeUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType()
1851 void DwarfTypeUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
H A DDwarfDebug.h53 class DwarfTypeUnit; variable
408 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
H A DAccelTable.cpp741 void DWARF5AccelTable::addTypeUnitSymbol(DwarfTypeUnit &U) { in addTypeUnitSymbol()
745 void DWARF5AccelTable::addTypeUnitSignature(DwarfTypeUnit &U) { in addTypeUnitSignature()
H A DDwarfDebug.cpp3467 auto OwnedUnit = std::make_unique<DwarfTypeUnit>( in addDwarfTypeUnitType()
3469 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()