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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp479 const bool prefer_file_cache = true; local
482 if (target->ReadMemory (addr, prefer_file_cache, opcode_data.data(), max_op_byte_size, error) == -1)
541 const bool prefer_file_cache = true; local
555 if (target->ReadMemory (m_cur_insn, prefer_file_cache, m_cur_insn_bytes, insn_len, error) == -1)
702 if (target->ReadMemory (last_seven_bytes, prefer_file_cache, bytebuf, 7, error) != -1)
718 if (target->ReadMemory (last_two_bytes, prefer_file_cache, bytebuf, 2, error) != -1)
778 const bool prefer_file_cache = true; local
779 if (target->ReadMemory (func.GetBaseAddress(), prefer_file_cache, bytebuf, sizeof (bytebuf), error) == -1)
851 const bool prefer_file_cache = true; local
862 if (target->ReadMemory (m_cur_insn, prefer_file_cache, m_cur_insn_byte
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DFunction.h614 bool prefer_file_cache);
619 bool prefer_file_cache,
H A DSymbol.h297 bool prefer_file_cache);
302 bool prefer_file_cache,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBFunction.cpp146 const bool prefer_file_cache = false; local
152 prefer_file_cache));
H A DSBSymbol.cpp142 const bool prefer_file_cache = false; local
148 prefer_file_cache));
H A DSBTarget.cpp2340 bool prefer_file_cache = false; local
2344 prefer_file_cache,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h277 bool prefer_file_cache);
371 bool prefer_file_cache);
377 bool prefer_file_cache);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp411 bool prefer_file_cache)
416 const bool prefer_file_cache = false; local
422 prefer_file_cache);
430 bool prefer_file_cache,
433 lldb::DisassemblerSP disassembler_sp = GetInstructions (exe_ctx, flavor, prefer_file_cache);
409 GetInstructions(const ExecutionContext &exe_ctx, const char *flavor, bool prefer_file_cache) argument
428 GetDisassembly(const ExecutionContext &exe_ctx, const char *flavor, bool prefer_file_cache, Stream &strm) argument
H A DSymbol.cpp588 bool prefer_file_cache)
593 const bool prefer_file_cache = false; local
599 prefer_file_cache);
607 bool prefer_file_cache,
610 lldb::DisassemblerSP disassembler_sp = GetInstructions (exe_ctx, flavor, prefer_file_cache);
586 GetInstructions(const ExecutionContext &exe_ctx, const char *flavor, bool prefer_file_cache) argument
605 GetDisassembly(const ExecutionContext &exe_ctx, const char *flavor, bool prefer_file_cache, Stream &strm) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp240 bool prefer_file_cache
250 size_t bytes_disassembled = disasm_sp->ParseInstructions (&exe_ctx, range, NULL, prefer_file_cache);
315 const bool prefer_file_cache = false; local
316 size_t bytes_disassembled = disasm_sp->ParseInstructions (&exe_ctx, range, &strm, prefer_file_cache);
363 const bool prefer_file_cache = false; local
367 prefer_file_cache);
1076 bool prefer_file_cache)
1091 prefer_file_cache,
1127 bool prefer_file_cache)
1147 prefer_file_cache,
1073 ParseInstructions(const ExecutionContext *exe_ctx, const AddressRange &range, Stream *error_strm_ptr, bool prefer_file_cache) argument
1124 ParseInstructions(const ExecutionContext *exe_ctx, const Address &start, uint32_t num_instructions, bool prefer_file_cache) argument
[all...]
H A DValue.cpp593 // want to read the actual value by setting "prefer_file_cache"
595 const bool prefer_file_cache = false; local
596 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, prefer_file_cache, dst, byte_size, error) != byte_size)
H A DAddress.cpp38 bool prefer_file_cache = false; local
39 return target_sp->ReadMemory (address, prefer_file_cache, dst, dst_len, error);
H A DIOHandler.cpp4587 bool prefer_file_cache = false; local
4593 m_disassembly_sp = m_sc.function->GetInstructions (exe_ctx, NULL, prefer_file_cache);
4614 m_disassembly_sp = m_sc.symbol->GetInstructions (exe_ctx, NULL, prefer_file_cache);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h976 // 1 - if (prefer_file_cache == true) then read from object file cache
978 // 3 - if (prefer_file_cache == false) then read from object file cache
981 bool prefer_file_cache,
995 bool prefer_file_cache,
1003 bool prefer_file_cache,
1010 bool prefer_file_cache,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepRange.cpp306 const bool prefer_file_cache = true; local
312 prefer_file_cache);
H A DTarget.cpp1293 bool prefer_file_cache,
1335 if (prefer_file_cache)
1387 if (!prefer_file_cache && resolved_addr.IsSectionOffset())
1474 bool prefer_file_cache,
1484 size_t bytes_read = ReadMemory (addr, prefer_file_cache, &uval, byte_size, error);
1508 bool prefer_file_cache,
1515 prefer_file_cache,
1526 bool prefer_file_cache,
1532 prefer_file_cache,
1292 ReadMemory(const Address& addr, bool prefer_file_cache, void *dst, size_t dst_len, Error &error, lldb::addr_t *load_addr_ptr) argument
1473 ReadScalarIntegerFromMemory(const Address& addr, bool prefer_file_cache, uint32_t byte_size, bool is_signed, Scalar &scalar, Error &error) argument
1507 ReadUnsignedIntegerFromMemory(const Address& addr, bool prefer_file_cache, size_t integer_byte_size, uint64_t fail_value, Error &error) argument
1525 ReadPointerFromMemory(const Address& addr, bool prefer_file_cache, Error &error, Address &pointer_addr) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp56 const bool prefer_file_cache = true; local
62 prefer_file_cache));

Completed in 305 milliseconds