Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h47 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);
DDwarfUnit.h225 void addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type);
411 class DwarfTypeUnit : public DwarfUnit {
421 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
DDwarfUnit.cpp77 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()
DDwarfDebug.cpp1916 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/
DDIE.h27 class DwarfTypeUnit; variable
448 const DwarfTypeUnit &Unit;
451 explicit DIETypeSignature(const DwarfTypeUnit &Unit) in DIETypeSignature()