Home
last modified time | relevance | path

Searched defs:Flush (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DStreamAsynchronousIO.cpp27 void StreamAsynchronousIO::Flush() { in Flush() function in StreamAsynchronousIO
H A DStreamFile.cpp49 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush() function in StreamFile
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DStreamBuffer.h28 void Flush() override { in Flush() function
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_utils.cpp79 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT { in Flush() function in __xray::LogWriter
/llvm-project-15.0.7/lldb/source/Utility/
H A DStreamString.cpp22 void StreamString::Flush() { in Flush() function in StreamString
H A DLog.cpp373 void StreamLogHandler::Flush() { in Flush() function in StreamLogHandler
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStreamTeeTest.cpp89 void Flush() override { in Flush() function
98 TEST(StreamTeeTest, Flush) { in TEST() argument
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStreamTee.h59 void Flush() override { in Flush() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBFile.cpp88 SBError SBFile::Flush() { in Flush() function in SBFile
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h66 virtual void Flush() {} in Flush() function
H A Dsanitizer_symbolizer_posix_libcdep.cpp368 void Flush() override { in Flush() function in __sanitizer::InternalSymbolizer
H A Dsanitizer_symbolizer_libcdep.cpp153 void Symbolizer::Flush() { in Flush() function in __sanitizer::Symbolizer
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DFuzzySymbolIndex.cpp72 auto Flush = [&](size_t End) { in tokenize() local
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp221 void ScriptInterpreterIORedirect::Flush() { in Flush() function in ScriptInterpreterIORedirect
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp154 Status File::Flush() { return Status(); } in Flush() function in File
451 Status NativeFile::Flush() { in Flush() function in NativeFile
/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h710 enum Which { Flush, Backspace, Endfile, Rewind, Wait }; enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp53 void MemoryCache::Flush(addr_t addr, size_t size) { in Flush() function in MemoryCache
H A DThreadList.cpp742 void ThreadList::Flush() { in Flush() function in ThreadList
H A DThread.cpp1861 void Thread::Flush() { in Flush() function in Thread
H A DProcess.cpp5597 void Process::Flush() { in Flush() function in Process
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp856 auto Flush = [&] { in collectWords() local
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1165 Status Flush() override { in Flush() function in __anon7439c15d0411::PythonIOFile
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3851 bool Flush = false; in checkAndEmitFlushAfterAtomic() local