Home
last modified time | relevance | path

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

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