Searched refs:DwarfTypeUnit (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 47 class DwarfTypeUnit; variable 269 DenseMap<const MDNode *, const DwarfTypeUnit *> DwarfTypeUnits; 271 SmallVector<std::pair<std::unique_ptr<DwarfTypeUnit>, DICompositeType>, 1> 433 DwarfTypeUnit &constructSkeletonTU(DwarfTypeUnit &TU);
|
D | DwarfUnit.h | 225 void addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type); 411 class DwarfTypeUnit : public DwarfUnit { 421 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
|
D | DwarfUnit.cpp | 77 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit 301 unsigned DwarfTypeUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) { in getOrCreateSourceID() 332 void DwarfUnit::addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type) { in addDIETypeSignature() 1619 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader() 1629 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit()
|
D | DwarfDebug.cpp | 1916 const DwarfTypeUnit *&TU = DwarfTypeUnits[CTy]; in addDwarfTypeUnitType() 1925 auto OwnedUnit = make_unique<DwarfTypeUnit>( in addDwarfTypeUnitType() 1928 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 27 class DwarfTypeUnit; variable 448 const DwarfTypeUnit &Unit; 451 explicit DIETypeSignature(const DwarfTypeUnit &Unit) in DIETypeSignature()
|