Searched refs:DwarfTypeUnit (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 107 class DwarfTypeUnit; variable 412 void addTypeUnitSymbol(DwarfTypeUnit &U); 414 void addTypeUnitSignature(DwarfTypeUnit &U);
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 373 class DwarfTypeUnit final : public DwarfUnit { 385 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
|
| H A D | DwarfUnit.cpp | 89 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit 294 unsigned DwarfTypeUnit::getOrCreateSourceID(const DIFile *File) { in getOrCreateSourceID() 1822 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader() 1851 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit() 1857 void DwarfTypeUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName() 1862 void DwarfTypeUnit::addGlobalTypeImpl(const DIType *Ty, const DIE &Die, in addGlobalTypeImpl() 1891 void DwarfTypeUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
|
| H A D | DwarfDebug.h | 53 class DwarfTypeUnit; variable 408 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
|
| H A D | AccelTable.cpp | 703 void DWARF5AccelTable::addTypeUnitSymbol(DwarfTypeUnit &U) { in addTypeUnitSymbol() 707 void DWARF5AccelTable::addTypeUnitSignature(DwarfTypeUnit &U) { in addTypeUnitSignature()
|
| H A D | DwarfDebug.cpp | 3455 auto OwnedUnit = std::make_unique<DwarfTypeUnit>( in addDwarfTypeUnitType() 3457 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
|