Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStreamBuffer.h28 void Flush() override { in Flush() function
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_utils.cpp79 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT { in Flush() function in __xray::LogWriter
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStreamString.cpp22 void StreamString::Flush() { in Flush() function in StreamString
H A DLog.cpp374 void StreamLogHandler::Flush() { in Flush() function in StreamLogHandler
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStreamTee.h59 void Flush() override { in Flush() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFile.cpp88 SBError SBFile::Flush() { in Flush() function in SBFile
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp155 Status File::Flush() { return Status(); } in Flush() function in File
452 Status NativeFile::Flush() { in Flush() function in NativeFile
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp224 void ScriptInterpreterIORedirect::Flush() { in Flush() function in ScriptInterpreterIORedirect
/openbsd-src/sys/stand/efi/include/
H A Defiprot.h285 EFI_FILE_FLUSH Flush; member
478 EFI_IO_FLUSH Flush; member
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemory.cpp53 void MemoryCache::Flush(addr_t addr, size_t size) { in Flush() function in MemoryCache
H A DThreadList.cpp777 void ThreadList::Flush() { in Flush() function in ThreadList
H A DThread.cpp1888 void Thread::Flush() { in Flush() function in Thread
H A DProcess.cpp5618 void Process::Flush() { in Flush() function in Process
/openbsd-src/gnu/usr.bin/perl/
H A Dperliol.h40 IV (*Flush) (pTHX_ PerlIO *f); member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1164 Status Flush() override { in Flush() function in __anonf7d06da40411::PythonIOFile
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4193 bool Flush = false; in checkAndEmitFlushAfterAtomic() local