HomeSort by: relevance | last modified time | path
    Searched refs:GlobalTypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 73 /// GlobalTypes - A map of globally visible types for this unit.
74 StringMap<const DIE *> GlobalTypes;
325 const StringMap<const DIE *> &getGlobalTypes() const { return GlobalTypes; }
DwarfCompileUnit.cpp 1391 GlobalTypes[FullName] = &Die;
1403 GlobalTypes.insert(std::make_pair(std::move(FullName), &getUnitDie()));

Completed in 46 milliseconds