Searched refs:prefer_file_cache (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp52 const bool prefer_file_cache = true; local
56 func.GetBaseAddress(), prefer_file_cache, function_text.data(),
154 const bool prefer_file_cache = true; local
158 func.GetBaseAddress(), prefer_file_cache, function_text.data(),
186 const bool prefer_file_cache = true; local
188 if (target.ReadMemory(func.GetBaseAddress(), prefer_file_cache,
221 const bool prefer_file_cache = true; local
224 if (target->ReadMemory(func.GetBaseAddress(), prefer_file_cache,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h219 bool prefer_file_cache);
222 bool prefer_file_cache, Stream &strm);
H A DFunction.h598 bool prefer_file_cache);
601 bool prefer_file_cache, Stream &strm);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp164 bool prefer_file_cache = true; // Read from file local
175 disasm_sp->ParseInstructions(&exe_ctx, range, nullptr, prefer_file_cache);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp195 bool prefer_file_cache) {
209 disasm_sp->ParseInstructions(&exe_ctx, range, nullptr, prefer_file_cache);
259 const bool prefer_file_cache = false; local
261 disasm_sp->ParseInstructions(&exe_ctx, range, &strm, prefer_file_cache);
289 const bool prefer_file_cache = false; local
291 &exe_ctx, addr, num_instructions, prefer_file_cache);
1139 bool prefer_file_cache = false; // Read from process if process is running local
1141 target.ReadMemory(m_instructions[i]->GetAddress(), prefer_file_cache,
1188 bool prefer_file_cache) {
1201 range.GetBaseAddress(), prefer_file_cache, data_s
192 DisassembleRange( const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const AddressRange &range, bool prefer_file_cache) argument
1185 ParseInstructions(const ExecutionContext *exe_ctx, const AddressRange &range, Stream *error_strm_ptr, bool prefer_file_cache) argument
1224 ParseInstructions(const ExecutionContext *exe_ctx, const Address &start, uint32_t num_instructions, bool prefer_file_cache) argument
[all...]
H A DValue.cpp550 // value by setting "prefer_file_cache" to false.
551 const bool prefer_file_cache = false; local
552 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, prefer_file_cache,
H A DAddress.cpp68 bool prefer_file_cache = false; local
69 return target_sp->ReadMemory(address, prefer_file_cache, dst, dst_len,
H A DIOHandlerCursesGUI.cpp3364 bool prefer_file_cache = false; variable
3369 exe_ctx, nullptr, prefer_file_cache);
3383 exe_ctx, nullptr, prefer_file_cache);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp142 const bool prefer_file_cache = false; local
145 m_opaque_ptr->GetAddressRange(), prefer_file_cache));
H A DSBSymbol.cpp142 const bool prefer_file_cache = false; local
145 symbol_range, prefer_file_cache));
H A DSBTarget.cpp2038 bool prefer_file_cache = false; local
2042 target_sp->ReadMemory(*addr_ptr, prefer_file_cache, data.GetBytes(),
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp405 bool prefer_file_cache) {
408 const bool prefer_file_cache = false;
411 prefer_file_cache);
417 const char *flavor, bool prefer_file_cache,
420 GetInstructions(exe_ctx, flavor, prefer_file_cache);
H A DSymbol.cpp543 bool prefer_file_cache) {
546 const bool prefer_file_cache = false; local
549 prefer_file_cache);
555 bool prefer_file_cache, Stream &strm) {
557 GetInstructions(exe_ctx, flavor, prefer_file_cache);
541 GetInstructions(const ExecutionContext &exe_ctx, const char *flavor, bool prefer_file_cache) argument
554 GetDisassembly(const ExecutionContext &exe_ctx, const char *flavor, bool prefer_file_cache, Stream &strm) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h389 const AddressRange &disasm_range, bool prefer_file_cache);
451 bool prefer_file_cache);
455 bool prefer_file_cache);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp39 const bool prefer_file_cache = true; local
41 range.GetBaseAddress(), prefer_file_cache, function_text.data(),
68 const bool prefer_file_cache = true; local
71 opcode_size, 99999, prefer_file_cache));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp270 const bool prefer_file_cache = true; local
273 m_address_ranges[i], prefer_file_cache);
H A DStackFrame.cpp1328 const bool prefer_file_cache = false; local
1331 target_arch, plugin_name, flavor, exe_ctx, pc_range, prefer_file_cache);
1709 const bool prefer_file_cache = false; local
1711 target_arch, plugin_name, flavor, exe_ctx, pc_range, prefer_file_cache);
H A DTarget.cpp1715 size_t Target::ReadMemory(const Address &addr, bool prefer_file_cache, argument
1751 if (prefer_file_cache) {
1799 if (!prefer_file_cache && resolved_addr.IsSectionOffset()) {
1883 bool prefer_file_cache,
1890 ReadMemory(addr, prefer_file_cache, &uval, byte_size, error);
1912 bool prefer_file_cache,
1917 if (ReadScalarIntegerFromMemory(addr, prefer_file_cache, integer_byte_size,
1923 bool Target::ReadPointerFromMemory(const Address &addr, bool prefer_file_cache, argument
1926 if (ReadScalarIntegerFromMemory(addr, prefer_file_cache,
1882 ReadScalarIntegerFromMemory(const Address &addr, bool prefer_file_cache, uint32_t byte_size, bool is_signed, Scalar &scalar, Status &error) argument
1911 ReadUnsignedIntegerFromMemory(const Address &addr, bool prefer_file_cache, size_t integer_byte_size, uint64_t fail_value, Status &error) argument
H A DProcess.cpp5777 const bool prefer_file_cache = true;
5780 prefer_file_cache);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h968 // 1 - if (prefer_file_cache == true) then read from object file cache
970 // 3 - if (prefer_file_cache == false) then read from object file cache
971 size_t ReadMemory(const Address &addr, bool prefer_file_cache, void *dst,
982 bool prefer_file_cache, uint32_t byte_size,
987 bool prefer_file_cache,
991 bool ReadPointerFromMemory(const Address &addr, bool prefer_file_cache,

Completed in 319 milliseconds