Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp279 const DIScope *Scope, SmallVectorImpl<StringRef> &QualifiedNameComponents) { in collectParentScopeNames() argument
293 QualifiedNameComponents.push_back(ScopeName); in collectParentScopeNames()
299 static std::string formatNestedName(ArrayRef<StringRef> QualifiedNameComponents, in formatNestedName() argument
303 llvm::reverse(QualifiedNameComponents)) { in formatNestedName()
329 SmallVector<StringRef, 5> QualifiedNameComponents; in getFullyQualifiedName() local
330 collectParentScopeNames(Scope, QualifiedNameComponents); in getFullyQualifiedName()
331 return formatNestedName(QualifiedNameComponents, Name); in getFullyQualifiedName()