Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVReader.h202 return patterns().printElement(Line); in doPrintLine()
208 return patterns().printElement(Scope); in doPrintScope()
211 return patterns().printElement(Symbol); in doPrintSymbol()
214 return patterns().printElement(Type); in doPrintType()
DLVOptions.h627 bool printElement(const LVLine *Line) const;
629 bool printElement(const LVScope *Scope) const;
630 bool printElement(const LVSymbol *Symbol) const;
631 bool printElement(const LVType *Type) const;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
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