Searched refs:DwarfTypeUnit (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 224 void addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type); 376 class DwarfTypeUnit : public DwarfUnit { 386 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
|
D | DwarfDebug.h | 48 class DwarfTypeUnit; variable 271 DenseMap<const MDNode *, const DwarfTypeUnit *> DwarfTypeUnits; 274 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
|
D | DwarfUnit.cpp | 76 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit 245 unsigned DwarfTypeUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) { in getOrCreateSourceID() 271 void DwarfUnit::addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type) { in addDIETypeSignature() 1539 void DwarfTypeUnit::emitHeader(bool UseOffsets) { in emitHeader() 1549 bool DwarfTypeUnit::isDwoUnit() const { in isDwoUnit()
|
D | DwarfDebug.cpp | 1928 const DwarfTypeUnit *&TU = DwarfTypeUnits[CTy]; in addDwarfTypeUnitType() 1937 auto OwnedUnit = make_unique<DwarfTypeUnit>( in addDwarfTypeUnitType() 1940 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 30 class DwarfTypeUnit; variable 249 const DwarfTypeUnit *Unit; 254 explicit DIETypeSignature(const DwarfTypeUnit &Unit) : Unit(&Unit) {} in DIETypeSignature()
|