Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h359 class DwarfTypeUnit final : public DwarfUnit {
371 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
H A DDwarfUnit.cpp87 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit
293 unsigned DwarfTypeUnit::getOrCreateSourceID(const DIFile *File) { in getOrCreateSourceID()
1780 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader()
1805 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit()
1811 void DwarfTypeUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName()
1816 void DwarfTypeUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType()
1845 void DwarfTypeUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
H A DDwarfDebug.h53 class DwarfTypeUnit; variable
348 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
H A DDwarfDebug.cpp3422 auto OwnedUnit = std::make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType()
3424 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()