Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h73 StringMap<const DIE *> GlobalTypes; variable
319 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
H A DDwarfCompileUnit.cpp1423 GlobalTypes[FullName] = &Die; in addGlobalType()
1435 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()