Lines Matching refs:getFullyQualifiedName
321 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Scope, in getFullyQualifiedName() function in CodeViewDebug
332 std::string CodeViewDebug::getFullyQualifiedName(const DIScope *Ty) { in getFullyQualifiedName() function in CodeViewDebug
334 return getFullyQualifiedName(Scope, getPrettyScopeName(Ty)); in getFullyQualifiedName()
359 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex()
1120 FuncName = getFullyQualifiedName(SP->getScope(), SP->getName()); in emitDebugInfoForFunction()
2237 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeEnum()
2398 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeClass()
2429 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass()
2451 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion()
2471 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion()
3226 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()
3233 getFullyQualifiedName(Scope, DIGV->getName()); in collectDebugInfoForGlobals()
3322 getFullyQualifiedName(Scope, DTy->getName())); in emitStaticConstMemberList()
3357 : getFullyQualifiedName(Scope, DIGV->getName()); in emitDebugInfoForGlobal()