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.cpp470 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 DSymbol.cpp591 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 DStopInfoMachException.cpp54 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 DUnwindAssemblyInstEmulation.cpp72 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 DIOHandlerCursesGUI.cpp6935 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()