Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h351 class DwarfTypeUnit final : public DwarfUnit {
362 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
H A DDwarfUnit.cpp78 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit
305 unsigned DwarfTypeUnit::getOrCreateSourceID(const DIFile *File) { in getOrCreateSourceID()
606 DIE *DwarfTypeUnit::createTypeDIE(const DICompositeType *Ty) { in createTypeDIE()
1594 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader()
1626 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit()
1632 void DwarfTypeUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName()
1637 void DwarfTypeUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType()
H A DDwarfDebug.h55 class DwarfTypeUnit; variable
333 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
H A DDwarfDebug.cpp2624 auto OwnedUnit = llvm::make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType()
2626 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()