Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h62 StringMap<const DIE *> GlobalTypes; variable
345 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; } in getGlobalTypes()
H A DDwarfCompileUnit.cpp1547 GlobalTypes[FullName] = &Die; in addGlobalTypeImpl()
1559 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie())); in addGlobalTypeUnitType()