Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h237 bool prefer_file_cache);
240 bool prefer_file_cache, Stream &strm);
/openbsd/gnu/llvm/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.cpp543 bool prefer_file_cache) { in GetInstructions() argument
548 m_addr_range, !prefer_file_cache); in GetInstructions()
554 bool prefer_file_cache, Stream &strm) { in GetDisassembly() argument
556 GetInstructions(exe_ctx, flavor, prefer_file_cache); in GetDisassembly()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp50 const bool prefer_file_cache = true; in GetPtrauthInstructionInfo() local
52 arch, plugin_name, flavor, target, range_bounds, prefer_file_cache); in GetPtrauthInstructionInfo()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp6912 bool prefer_file_cache = false; in WindowDelegateDraw() local
6917 exe_ctx, nullptr, !prefer_file_cache); in WindowDelegateDraw()
6931 exe_ctx, nullptr, prefer_file_cache); in WindowDelegateDraw()