Searched refs:getParentContextString (Results 1 – 3 of 3) sorted by relevance
1571 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName()1579 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit()1592 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeImpl()1600 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType()
124 std::string getParentContextString(const DIScope *Context) const;
707 std::string DwarfUnit::getParentContextString(const DIScope *Context) const { in getParentContextString() function in DwarfUnit