Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h604 void resolvePatternMatch(LVLine *Line) { in resolvePatternMatch() function
608 void resolvePatternMatch(LVScope *Scope) { in resolvePatternMatch() function
612 void resolvePatternMatch(LVSymbol *Symbol) { in resolvePatternMatch() function
616 void resolvePatternMatch(LVType *Type) { in resolvePatternMatch() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp230 patterns().resolvePatternMatch(this); in resolveName()
H A DLVType.cpp164 patterns().resolvePatternMatch(this); in resolveName()
H A DLVScope.cpp425 patterns().resolvePatternMatch(this); in resolveName()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp710 patterns().resolvePatternMatch(Line); in processLines()