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 | 459 bool prefer_file_cache) { in GetInstructions() argument 464 GetAddressRange(), !prefer_file_cache); in GetInstructions() 471 bool prefer_file_cache) { in GetDisassembly() argument 473 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
|
H A D | Symbol.cpp | 591 bool prefer_file_cache) { in GetInstructions() argument 596 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 | 52 const bool prefer_file_cache = true; in GetPtrauthInstructionInfo() local 54 arch, plugin_name, flavor, target, range_bounds, prefer_file_cache); in GetPtrauthInstructionInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
H A D | UnwindAssemblyInstEmulation.cpp | 71 const bool prefer_file_cache = true; in GetNonCallSiteUnwindPlanFromAssembly() local 74 opcode_size, 99999, prefer_file_cache)); in GetNonCallSiteUnwindPlanFromAssembly()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 6934 bool prefer_file_cache = false; in WindowDelegateDraw() local 6939 exe_ctx, nullptr, !prefer_file_cache); in WindowDelegateDraw() 6953 exe_ctx, nullptr, prefer_file_cache); in WindowDelegateDraw()
|