Searched refs:DwarfTypeUnit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 351 class DwarfTypeUnit final : public DwarfUnit { 363 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
| H A D | DwarfUnit.cpp | 95 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit 301 unsigned DwarfTypeUnit::getOrCreateSourceID(const DIFile *File) { in getOrCreateSourceID() 1747 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader() 1772 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit() 1778 void DwarfTypeUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName() 1783 void DwarfTypeUnit::addGlobalType(const DIType *Ty, const DIE &Die, in addGlobalType() 1812 void DwarfTypeUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
|
| H A D | DwarfDebug.h | 55 class DwarfTypeUnit; variable 347 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
|
| H A D | DwarfDebug.cpp | 3359 auto OwnedUnit = std::make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType() 3361 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
|