Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h108 class DwarfTypeUnit; variable
415 LLVM_ABI void addTypeUnitSymbol(DwarfTypeUnit &U);
417 LLVM_ABI void addTypeUnitSignature(DwarfTypeUnit &U);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h392 class DwarfTypeUnit final : public DwarfUnit {
404 DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, DwarfDebug *DW,
H A DDwarfUnit.cpp89 DwarfTypeUnit::DwarfTypeUnit(DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit
330 unsigned DwarfTypeUnit::getOrCreateSourceID(const DIFile *File) { in getOrCreateSourceID()
2097 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader()
2126 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit()
2132 void DwarfTypeUnit::addGlobalName(StringRef Name, const DIE &Die, in addGlobalName()
2137 void DwarfTypeUnit::addGlobalTypeImpl(const DIType *Ty, const DIE &Die, in addGlobalTypeImpl()
2166 void DwarfTypeUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
H A DDwarfDebug.h53 class DwarfTypeUnit; variable
410 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
H A DAccelTable.cpp702 void DWARF5AccelTable::addTypeUnitSymbol(DwarfTypeUnit &U) { in addTypeUnitSymbol()
706 void DWARF5AccelTable::addTypeUnitSignature(DwarfTypeUnit &U) { in addTypeUnitSignature()
H A DDwarfDebug.cpp3904 auto OwnedUnit = std::make_unique<DwarfTypeUnit>( in addDwarfTypeUnitType()
3906 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()