Home
last modified time | relevance | path

Searched refs:QualifiedNameComponents (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp277 const DIScope *Scope, SmallVectorImpl<StringRef> &QualifiedNameComponents) { in collectParentScopeNames() argument
291 QualifiedNameComponents.push_back(ScopeName); in collectParentScopeNames()
297 static std::string formatNestedName(ArrayRef<StringRef> QualifiedNameComponents, in formatNestedName() argument
301 llvm::reverse(QualifiedNameComponents)) { in formatNestedName()
327 SmallVector<StringRef, 5> QualifiedNameComponents; in getFullyQualifiedName() local
328 collectParentScopeNames(Scope, QualifiedNameComponents); in getFullyQualifiedName()
329 return formatNestedName(QualifiedNameComponents, Name); in getFullyQualifiedName()