Searched refs:DIERefSetSP (Results 1 – 2 of 2) sorted by relevance
502 typedef std::shared_ptr<std::set<DIERef>> DIERefSetSP; typedef503 typedef std::unordered_map<std::string, DIERefSetSP> NameToOffsetMap;
2431 DIERefSetSP set_sp = (*iter).second; in GetMangledNamesForFunction()3082 DIERefSetSP new_set(new std::set<DIERef>); in ParseType()