Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanTracer.cpp158 bool data_from_file = false; in Log() local
161 data_from_file); in Log()
164 data_from_file); in Log()
/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.h43 bool append, bool data_from_file) override;
H A DDisassemblerLLVMC.cpp578 const bool data_from_file = disasm->m_data_from_file; in CalculateMnemonicOperandsAndComment() local
588 if (!data_from_file) { in CalculateMnemonicOperandsAndComment()
1590 bool append, bool data_from_file) { in DecodeInstructions() argument
1597 m_data_from_file = data_from_file; in DecodeInstructions()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h433 bool data_from_file);
463 bool data_from_file) = 0;
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp150 uint32_t num_instructions, bool data_from_file) { in DisassembleBytes() argument
164 data_from_file); in DisassembleBytes()
1094 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ParseInstructions() local
1111 false, data_from_file); in ParseInstructions()
H A DDumpDataExtractor.cpp156 bool data_from_file = true; in DumpInstructions() local
158 data_from_file = false; in DumpInstructions()
167 data_from_file); in DumpInstructions()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1958 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ReadInstructions() local
1961 data.GetBytes(), bytes_read, count, data_from_file)); in ReadInstructions()
1991 const bool data_from_file = true; in GetInstructionsWithFlavor() local
1995 UINT32_MAX, data_from_file)); in GetInstructionsWithFlavor()