Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbol.h227 bool prefer_file_cache);
230 bool prefer_file_cache, Stream &strm);
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp424 bool prefer_file_cache) { in GetInstructions() argument
429 GetAddressRange(), !prefer_file_cache); in GetInstructions()
436 bool prefer_file_cache) { in GetDisassembly() argument
438 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
H A DSymbol.cpp544 bool prefer_file_cache) { in GetInstructions() argument
549 m_addr_range, !prefer_file_cache); in GetInstructions()
555 bool prefer_file_cache, Stream &strm) { in GetDisassembly() argument
557 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp49 const bool prefer_file_cache = true; in GetPtrauthInstructionInfo() local
51 arch, plugin_name, flavor, target, range_bounds, prefer_file_cache); in GetPtrauthInstructionInfo()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6910 bool prefer_file_cache = false; in WindowDelegateDraw() local
6915 exe_ctx, nullptr, !prefer_file_cache); in WindowDelegateDraw()
6929 exe_ctx, nullptr, prefer_file_cache); in WindowDelegateDraw()