Searched refs:data_from_file (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanTracer.cpp210 bool data_from_file = false; local
212 disassembler->DecodeInstructions (pc_addr, extractor, 0, 1, false, data_from_file);
214 disassembler->DecodeInstructions (Address (pc), extractor, 0, 1, false, data_from_file); local
/external/lldb/include/lldb/Core/
H A DDisassembler.h283 bool data_from_file);
381 bool data_from_file) = 0;
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp258 const bool data_from_file = GetDisassemblerLLVMC().m_data_from_file; local
270 if (!data_from_file)
692 bool data_from_file)
700 m_data_from_file = data_from_file;
687 DecodeInstructions(const Address &base_addr, const DataExtractor& data, lldb::offset_t data_offset, size_t num_instructions, bool append, bool data_from_file) argument
H A DDisassemblerLLVMC.h95 bool data_from_file);
/external/lldb/source/Core/
H A DDisassembler.cpp265 bool data_from_file)
282 data_from_file);
1096 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; local
1097 return DecodeInstructions (range.GetBaseAddress(), data, 0, UINT32_MAX, false, data_from_file);
1145 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; local
1159 data_from_file);
258 DisassembleBytes(const ArchSpec &arch, const char *plugin_name, const char *flavor, const Address &start, const void *src, size_t src_len, uint32_t num_instructions, bool data_from_file) argument
H A DDataExtractor.cpp1394 bool data_from_file = true; local
1397 data_from_file = false;
1405 size_t bytes_consumed = disassembler_sp->DecodeInstructions (so_addr, *this, start_offset, item_count, false, data_from_file);
/external/lldb/source/API/
H A DSBTarget.cpp2318 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; local
2326 data_from_file));
2353 const bool data_from_file = true; local
2362 data_from_file));

Completed in 251 milliseconds