Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h224 void addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type);
376 class DwarfTypeUnit : public DwarfUnit {
386 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
DDwarfDebug.h48 class DwarfTypeUnit; variable
271 DenseMap<const MDNode *, const DwarfTypeUnit *> DwarfTypeUnits;
274 std::pair<std::unique_ptr<DwarfTypeUnit>, const DICompositeType *>, 1>
DDwarfUnit.cpp76 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()
DDwarfDebug.cpp1928 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/
DDIE.h30 class DwarfTypeUnit; variable
249 const DwarfTypeUnit *Unit;
254 explicit DIETypeSignature(const DwarfTypeUnit &Unit) : Unit(&Unit) {} in DIETypeSignature()