Home
last modified time | relevance | path

Searched refs:GlobalTypes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h65 StringMap<DIE*> GlobalTypes; variable
83 const StringMap<DIE*> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
DDwarfCompileUnit.cpp640 GlobalTypes[Ty.getName()] = Entry->getEntry(); in addGlobalType()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h61 StringMap<const DIE *> GlobalTypes; variable
222 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
DDwarfCompileUnit.cpp737 GlobalTypes[FullName] = &Die; in addGlobalType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h70 StringMap<const DIE *> GlobalTypes; variable
263 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
DDwarfCompileUnit.cpp915 GlobalTypes[FullName] = &Die; in addGlobalType()
927 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()