Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanTracer.cpp210 bool data_from_file = false; in Log() local
212 disassembler->DecodeInstructions (pc_addr, extractor, 0, 1, false, data_from_file); in Log()
214 … disassembler->DecodeInstructions (Address (pc), extractor, 0, 1, false, data_from_file); in Log()
/external/lldb/source/Core/
DDisassembler.cpp265 bool data_from_file) in DisassembleBytes() argument
282 data_from_file); in DisassembleBytes()
1096 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ParseInstructions() local
1097 … return DecodeInstructions (range.GetBaseAddress(), data, 0, UINT32_MAX, false, data_from_file); in ParseInstructions()
1145 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ParseInstructions() local
1159 data_from_file); in ParseInstructions()
DDataExtractor.cpp1394 bool data_from_file = true; in Dump() local
1397 data_from_file = false; in Dump()
1405 …assembler_sp->DecodeInstructions (so_addr, *this, start_offset, item_count, false, data_from_file); in Dump()
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp258 const bool data_from_file = GetDisassemblerLLVMC().m_data_from_file; in CalculateMnemonicOperandsAndComment() local
270 if (!data_from_file) in CalculateMnemonicOperandsAndComment()
692 bool data_from_file) in DecodeInstructions() argument
700 m_data_from_file = data_from_file; in DecodeInstructions()
DDisassemblerLLVMC.h95 bool data_from_file);
/external/lldb/include/lldb/Core/
DDisassembler.h283 bool data_from_file);
381 bool data_from_file) = 0;
/external/lldb/source/API/
DSBTarget.cpp2318 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ReadInstructions() local
2326 data_from_file)); in ReadInstructions()
2353 const bool data_from_file = true; in GetInstructionsWithFlavor() local
2362 data_from_file)); in GetInstructionsWithFlavor()