Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h307 return patterns().printElement(Line); in doPrintLine()
313 return patterns().printElement(Scope); in doPrintScope()
316 return patterns().printElement(Symbol); in doPrintSymbol()
319 return patterns().printElement(Type); in doPrintType()
H A DLVOptions.h629 bool printElement(const LVLine *Line) const;
631 bool printElement(const LVScope *Scope) const;
632 bool printElement(const LVSymbol *Symbol) const;
633 bool printElement(const LVType *Type) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp533 bool LVPatterns::printElement(const LVLine *Line) const { in printElement() function in LVPatterns
548 bool LVPatterns::printElement(const LVScope *Scope) const { in printElement() function in LVPatterns
562 bool LVPatterns::printElement(const LVSymbol *Symbol) const { in printElement() function in LVPatterns
569 bool LVPatterns::printElement(const LVType *Type) const { in printElement() function in LVPatterns