HomeSort by relevance Sort by last modified time
    Searched refs:DwarfTypeUnit (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 47 class DwarfTypeUnit;
284 DenseMap<const MDNode *, const DwarfTypeUnit *> DwarfTypeUnits;
286 SmallVector<std::pair<std::unique_ptr<DwarfTypeUnit>, DICompositeType>, 1> TypeUnitsUnderConstruction;
487 DwarfTypeUnit &constructSkeletonTU(DwarfTypeUnit &TU);
DIE.h 27 class DwarfTypeUnit;
447 const DwarfTypeUnit &Unit;
450 explicit DIETypeSignature(const DwarfTypeUnit &Unit)
DwarfUnit.h 323 void addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type);
559 class DwarfTypeUnit : public DwarfUnit {
567 DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
DwarfDebug.cpp     [all...]
DwarfUnit.cpp 61 DwarfTypeUnit::DwarfTypeUnit(unsigned UID, DwarfCompileUnit &CU, AsmPrinter *A,
323 unsigned DwarfTypeUnit::getOrCreateSourceID(StringRef FileName, StringRef DirName) {
364 void DwarfUnit::addDIETypeSignature(DIE &Die, const DwarfTypeUnit &Type) {
    [all...]

Completed in 288 milliseconds