Searched refs:prefer_file_cache (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 253 bool prefer_file_cache); 256 bool prefer_file_cache, Stream &strm);
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 470 bool prefer_file_cache) { in GetInstructions() argument 475 exe_ctx.GetTargetRef(), GetAddressRanges(), !prefer_file_cache); in GetInstructions() 482 bool prefer_file_cache) { in GetDisassembly() argument 484 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
|
| H A D | Symbol.cpp | 591 bool prefer_file_cache) { in GetInstructions() argument 596 exe_ctx.GetTargetRef(), m_addr_range, !prefer_file_cache); in GetInstructions() 602 bool prefer_file_cache, Stream &strm) { in GetDisassembly() argument 604 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 54 const bool prefer_file_cache = true; in GetPtrauthInstructionInfo() local 57 target, range_bounds, prefer_file_cache); in GetPtrauthInstructionInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 72 const bool prefer_file_cache = true; in GetNonCallSiteUnwindPlanFromAssembly() local 75 opcode_data, opcode_size, 99999, prefer_file_cache)); in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 6935 bool prefer_file_cache = false; in WindowDelegateDraw() local 6940 exe_ctx, nullptr, !prefer_file_cache); in WindowDelegateDraw() 6950 exe_ctx, nullptr, prefer_file_cache); in WindowDelegateDraw()
|