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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 72 /// GlobalTypes - A map of globally visible types for this unit.
74 StringMap<DIE*> GlobalTypes;
109 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; }
DwarfCompileUnit.cpp 811 GlobalTypes[Ty.getName()] = Entry->getEntry();
    [all...]

Completed in 585 milliseconds