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
284 DenseMap<const MDNode *, const DwarfTypeUnit *> DwarfTypeUnits;
286 …SmallVector<std::pair<std::unique_ptr<DwarfTypeUnit>, DICompositeType>, 1> TypeUnitsUnderConstruct…
487 DwarfTypeUnit &constructSkeletonTU(DwarfTypeUnit &TU);
DDIE.h27 class DwarfTypeUnit; variable
447 const DwarfTypeUnit &Unit;
450 explicit DIETypeSignature(const DwarfTypeUnit &Unit) in DIETypeSignature()
DDwarfUnit.h323 void addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type);
559 class DwarfTypeUnit : public DwarfUnit {
567 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
DDwarfDebug.cpp2321 DwarfTypeUnit &DwarfDebug::constructSkeletonTU(DwarfTypeUnit &TU) { in constructSkeletonTU()
2325 auto OwnedUnit = make_unique<DwarfTypeUnit>(TU.getUniqueID(), CU, Asm, this, in constructSkeletonTU()
2327 DwarfTypeUnit &NewTU = *OwnedUnit; in constructSkeletonTU()
2400 const DwarfTypeUnit *&TU = DwarfTypeUnits[CTy]; in addDwarfTypeUnitType()
2410 make_unique<DwarfTypeUnit>(InfoHolder.getUnits().size(), CU, Asm, this, in addDwarfTypeUnitType()
2412 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
DDwarfUnit.cpp61 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A, in DwarfTypeUnit() function in DwarfTypeUnit
323 unsigned DwarfTypeUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) { in getOrCreateSourceID()
364 void DwarfUnit::addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type) { in addDIETypeSignature()
2048 void DwarfTypeUnit::emitHeader(const MCSymbol *ASectionSym) const { in emitHeader()
2058 void DwarfTypeUnit::initSection(const MCSection *Section) { in initSection()