Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp275 const DIScope *Scope, SmallVectorImpl<StringRef> &QualifiedNameComponents) { in collectParentScopeNames() argument
289 QualifiedNameComponents.push_back(ScopeName); in collectParentScopeNames()
295 static std::string formatNestedName(ArrayRef<StringRef> QualifiedNameComponents, in formatNestedName() argument
299 llvm::reverse(QualifiedNameComponents)) { in formatNestedName()
325 SmallVector<StringRef, 5> QualifiedNameComponents; in getFullyQualifiedName() local
326 collectParentScopeNames(Scope, QualifiedNameComponents); in getFullyQualifiedName()
327 return formatNestedName(QualifiedNameComponents, Name); in getFullyQualifiedName()