Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp595 getReaderSplitContext().open(ScopeName, ".txt", OS)) in doPrint()
598 StreamSplit = static_cast<raw_ostream *>(&getReaderSplitContext().os()); in doPrint()
662 getReaderSplitContext().close(); in doPrint()
2077 getReaderSplitContext().open(ScopeName, ".txt", OS)) in doPrintMatches()
2080 StreamSplit = static_cast<raw_ostream *>(&getReaderSplitContext().os()); in doPrintMatches()
2087 getReaderSplitContext().close(); in doPrintMatches()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h334 inline LVSplitContext &getReaderSplitContext() { in getReaderSplitContext() function