Searched refs:data_from_file (Results 1 – 7 of 7) sorted by relevance
/external/lldb/source/Target/ |
D | ThreadPlanTracer.cpp | 210 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/ |
D | Disassembler.cpp | 265 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()
|
D | DataExtractor.cpp | 1394 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/ |
D | DisassemblerLLVMC.cpp | 258 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()
|
D | DisassemblerLLVMC.h | 95 bool data_from_file);
|
/external/lldb/include/lldb/Core/ |
D | Disassembler.h | 283 bool data_from_file); 381 bool data_from_file) = 0;
|
/external/lldb/source/API/ |
D | SBTarget.cpp | 2318 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()
|