Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanTracer.cpp159 bool data_from_file = false; in Log() local
162 data_from_file); in Log()
165 data_from_file); in Log()
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
DDisassemblerLLVMC.h42 bool append, bool data_from_file) override;
DDisassemblerLLVMC.cpp233 const bool data_from_file = disasm->m_data_from_file; in CalculateMnemonicOperandsAndComment() local
243 if (!data_from_file) { in CalculateMnemonicOperandsAndComment()
1203 bool append, bool data_from_file) { in DecodeInstructions() argument
1210 m_data_from_file = data_from_file; in DecodeInstructions()
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h406 bool data_from_file);
435 bool data_from_file) = 0;
/external/llvm-project/lldb/source/Core/
DDumpDataExtractor.cpp149 bool data_from_file = true; in DumpInstructions() local
151 data_from_file = false; in DumpInstructions()
160 data_from_file); in DumpInstructions()
DDisassembler.cpp153 uint32_t num_instructions, bool data_from_file) { in DisassembleBytes() argument
167 data_from_file); in DisassembleBytes()
1059 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ParseInstructions() local
1076 false, data_from_file); in ParseInstructions()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp2063 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ReadInstructions() local
2066 data.GetBytes(), bytes_read, count, data_from_file)); in ReadInstructions()
2102 const bool data_from_file = true; in GetInstructionsWithFlavor() local
2106 UINT32_MAX, data_from_file)); in GetInstructionsWithFlavor()