Home
last modified time | relevance | path

Searched refs:printObject (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h205 return patterns().printObject(Location); in doPrintLocation()
H A DLVOptions.h628 bool printObject(const LVLocation *Location) const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp538 bool LVPatterns::printObject(const LVLocation *Location) const { in printObject() function in LVPatterns
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h392 template <typename T> void printObject(StringRef Label, const T &Value) { in printObject() function