Searched refs:Flush (Results 26 - 47 of 47) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp797 ThreadList::Flush () function in class:ThreadList
802 (*pos)->Flush ();
H A DMemory.cpp52 MemoryCache::Flush (addr_t addr, size_t size) function in class:MemoryCache
H A DProcess.cpp2715 m_memory_cache.Flush (addr, size);
5049 // Flush this thread so we will refetch the stacks and show the correct backtrace.
5053 thread->Flush();
5888 Process::Flush ()
5890 m_thread_list.Flush();
5891 m_extended_thread_list.Flush();
5915 // Flush the process (threads and all stack frames) after running CompleteAttach()
5917 Flush();
H A DTarget.cpp2194 result.GetImmediateOutputStream()->Flush();
2195 result.GetImmediateErrorStream()->Flush();
H A DThread.cpp2041 Thread::Flush () function in class:Thread
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCELFStreamer.cpp544 void MCELFStreamer::Flush() { function in class:MCELFStreamer
571 Flush();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp450 m_exe_ctx.GetThreadRef().Flush();
H A DCommandObjectTarget.cpp2806 process->Flush();
2974 process->Flush();
4709 process->Flush();
4953 output_sp->Flush();
4969 error_sp->Flush();
4982 output_sp->Flush();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DLog.cpp126 stream_sp->Flush();
H A DDebugger.cpp2727 stream->Flush();
2759 stream->Flush();
3077 error_sp->Flush();
3092 output_sp->Flush();
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h237 Flush ();
H A DProcess.h2526 /// Flush all data in the process.
2528 /// Flush the memory caches, all threads, and any other cached data
2536 Flush ();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp241 output_sp->Flush();
275 error_sp->Flush();
301 error_sp->Flush();
561 strm->Flush();
665 // Flush our output and error file handles
H A DCommandObject.cpp793 sstr.Flush();
820 sstr.Flush();
H A DCommandInterpreter.cpp2513 result.GetImmediateOutputStream()->Flush();
2516 result.GetImmediateErrorStream()->Flush();
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h671 /// Flush - Causes any cached state to be written out.
672 virtual void Flush() {} function in class:llvm::MCStreamer
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangASTSource.cpp975 ss.Flush();
1000 ms.Flush();
1010 ms.Flush();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2441 // Flush info in the process (stack frames, etc)
2443 process_sp->Flush();
2477 // Flush info in the process (stack frames, etc)
2479 process_sp->Flush();
2511 // Flush info in the process (stack frames, etc)
2514 process_sp->Flush();
2564 // Flush info in the process (stack frames, etc)
2567 process_sp->Flush();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp538 File::Flush () function in class:File
/freebsd-10.2-release/sys/boot/i386/btx/btx/
H A Dbtx.S249 movl %ecx,%cr3 # Flush TLB
/freebsd-10.2-release/sys/boot/pc98/btx/btx/
H A Dbtx.S247 movl %ecx,%cr3 # Flush TLB
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp909 OutStreamer.Flush();

Completed in 276 milliseconds

12