Lines Matching refs:getFullyQualifiedName
323 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName() function in CodeViewDebug
334 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function in CodeViewDebug
336 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty)); in getFullyQualifiedName()
361 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex()
1127 FuncName = getFullyQualifiedName(SP->getScope(), SP->getName()); in emitDebugInfoForFunction()
2289 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeEnum()
2450 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeClass()
2481 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass()
2503 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion()
2523 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion()
3292 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()
3299 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()
3388 getFullyQualifiedName(Scope, DTy->getName())); in emitStaticConstMemberList()
3425 : getFullyQualifiedName(Scope, DIGV->getName()); in emitDebugInfoForGlobal()