Home
last modified time | relevance | path

Searched refs:getReaderSplitContext (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp608 getReaderSplitContext().open(ScopeName, ".txt", OS)) in doPrint()
611 StreamSplit = static_cast<raw_ostream *>(&getReaderSplitContext().os()); in doPrint()
675 getReaderSplitContext().close(); in doPrint()
2068 getReaderSplitContext().open(ScopeName, ".txt", OS)) in doPrintMatches()
2071 StreamSplit = static_cast<raw_ostream *>(&getReaderSplitContext().os()); in doPrintMatches()
2078 getReaderSplitContext().close(); in doPrintMatches()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h229 inline LVSplitContext &getReaderSplitContext() { in getReaderSplitContext() function