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 63 /// GlobalTypes - A map of globally visible types for this unit.
65 StringMap<DIE*> GlobalTypes;
90 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; }
DwarfCompileUnit.cpp 683 GlobalTypes[Ty.getName()] = Entry->getEntry();
    [all...]

Completed in 41 milliseconds