Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp282 const DIScope *Scope, SmallVectorImpl<StringRef> &QualifiedNameComponents) { in collectParentScopeNames() argument
296 QualifiedNameComponents.push_back(ScopeName); in collectParentScopeNames()
302 static std::string formatNestedName(ArrayRef<StringRef> QualifiedNameComponents, in formatNestedName() argument
306 llvm::reverse(QualifiedNameComponents)) { in formatNestedName()
332 SmallVector<StringRef, 5> QualifiedNameComponents; in getFullyQualifiedName() local
333 collectParentScopeNames(Scope, QualifiedNameComponents); in getFullyQualifiedName()
334 return formatNestedName(QualifiedNameComponents, Name); in getFullyQualifiedName()