Home
last modified time | relevance | path

Searched defs:printElement (Results 1 – 2 of 2) sorted by relevance

/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
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp731 static void printElement(raw_ostream &os, T value) { printElement() function
747 static void printElement(raw_ostream &os, bool value) { printElement() function
756 static void printElement(raw_ostream &os, int8_t value) { printElement() function
772 static void printElement(raw_ostream &os, float value) { os << value; } printElement() function
789 static void printElement(raw_ostream &os, float value) { os << value; } printElement() function