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.h334 return patterns().printElement(Line); in doPrintLine()
340 return patterns().printElement(Scope); in doPrintScope()
343 return patterns().printElement(Symbol); in doPrintSymbol()
346 return patterns().printElement(Type); in doPrintType()
H A DLVOptions.h632 LLVM_ABI bool printElement(const LVLine *Line) const;
634 LLVM_ABI bool printElement(const LVScope *Scope) const;
635 LLVM_ABI bool printElement(const LVSymbol *Symbol) const;
636 LLVM_ABI bool printElement(const LVType *Type) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp534 bool LVPatterns::printElement(const LVLine *Line) const { in printElement() function in LVPatterns
549 bool LVPatterns::printElement(const LVScope *Scope) const { in printElement() function in LVPatterns
563 bool LVPatterns::printElement(const LVSymbol *Symbol) const { in printElement() function in LVPatterns
570 bool LVPatterns::printElement(const LVType *Type) const { in printElement() function in LVPatterns