Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp219 class LVNamespaceDeduction { class
236 LVNamespaceDeduction(LVShared *Shared) : Shared(Shared) {} in LVNamespaceDeduction() function in llvm::logicalview::__anond7e39c940211::LVNamespaceDeduction
317 LVNamespaceDeduction NamespaceDeduction;
392 void LVNamespaceDeduction::add(StringRef String) { in add()
401 void LVNamespaceDeduction::init() { in init()
435 LVScope *LVNamespaceDeduction::get(LVStringRefs Components) { in get()
465 LVScope *LVNamespaceDeduction::get(StringRef ScopedName, bool CheckScope) { in get()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md110 ### Optimize ``LVNamespaceDeduction::find`` funtion.