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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 60 /// GlobalTypes - A map of globally visible types for this unit.
61 StringMap<const DIE *> GlobalTypes;
222 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 63 /// GlobalTypes - A map of globally visible types for this unit.
65 StringMap<DIE*> GlobalTypes;
83 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 69 /// GlobalTypes - A map of globally visible types for this unit.
70 StringMap<const DIE *> GlobalTypes;
263 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; }

Completed in 575 milliseconds