Searched refs:getParentContextString (Results 1 – 3 of 3) sorted by relevance
1379 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName()1387 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit()1400 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType()1408 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType()
114 std::string getParentContextString(const DIScope *Context) const;
653 std::string DwarfUnit::getParentContextString(const DIScope *Context) const { in getParentContextString() function in DwarfUnit