HomeSort by relevance Sort by last modified time
    Searched refs:prefer_file_cache (Results 1 - 9 of 9) sorted by null

  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 479 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)
693 if (target->ReadMemory (last_seven_bytes, prefer_file_cache, bytebuf, 7, error) != -1)
709 if (target->ReadMemory (last_two_bytes, prefer_file_cache, bytebuf, 2, error) != -1)
769 const bool prefer_file_cache = true; local
770 if (target->ReadMemory (func.GetBaseAddress(), prefer_file_cache, bytebuf, sizeof (bytebuf), error) == -1)
842 const bool prefer_file_cache = true; local
853 if (target->ReadMemory (m_cur_insn, prefer_file_cache, m_cur_insn_bytes, insn_len, error) == -1
    [all...]
  /external/lldb/source/Core/
Disassembler.cpp 248 const bool prefer_file_cache = false; local
249 size_t bytes_disassembled = disasm_sp->ParseInstructions (&exe_ctx, range, NULL, prefer_file_cache);
314 const bool prefer_file_cache = false; local
315 size_t bytes_disassembled = disasm_sp->ParseInstructions (&exe_ctx, range, &strm, prefer_file_cache);
362 const bool prefer_file_cache = false; local
366 prefer_file_cache);
    [all...]
Value.cpp 578 // want to read the actual value by setting "prefer_file_cache"
580 const bool prefer_file_cache = false; local
581 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, prefer_file_cache, dst, byte_size, error) != byte_size)
Address.cpp 38 bool prefer_file_cache = false; local
39 return target_sp->ReadMemory (address, prefer_file_cache, dst, dst_len, error);
    [all...]
  /external/lldb/include/lldb/Core/
Disassembler.h 367 bool prefer_file_cache);
373 bool prefer_file_cache);
  /external/lldb/include/lldb/Target/
Target.h 886 // 1 - if (prefer_file_cache == true) then read from object file cache
888 // 3 - if (prefer_file_cache == false) then read from object file cache
891 bool prefer_file_cache,
905 bool prefer_file_cache,
913 bool prefer_file_cache,
920 bool prefer_file_cache,
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 1133 const bool prefer_file_cache = false; local
1364 const bool prefer_file_cache = false; local
    [all...]
  /external/lldb/source/Target/
Target.cpp     [all...]
  /external/lldb/source/API/
SBTarget.cpp 2309 bool prefer_file_cache = false; local
    [all...]

Completed in 116 milliseconds