Home
last modified time | relevance | path

Searched refs:prefer_file_cache (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h253 bool prefer_file_cache);
256 bool prefer_file_cache, Stream &strm);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp459 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 DSymbol.cpp591 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 DStopInfoMachException.cpp52 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 DUnwindAssemblyInstEmulation.cpp71 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 DIOHandlerCursesGUI.cpp6934 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()