Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp159 bool data_from_file = false; in Log() local
162 data_from_file); in Log()
165 data_from_file); in Log()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.h42 bool append, bool data_from_file) override;
H A DDisassemblerLLVMC.cpp233 const bool data_from_file = disasm->m_data_from_file; in CalculateMnemonicOperandsAndComment() local
243 if (!data_from_file) { in CalculateMnemonicOperandsAndComment()
1201 bool append, bool data_from_file) { in DecodeInstructions() argument
1208 m_data_from_file = data_from_file; in DecodeInstructions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h408 bool data_from_file);
438 bool data_from_file) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp153 bool data_from_file = true; in DumpInstructions() local
155 data_from_file = false; in DumpInstructions()
164 data_from_file); in DumpInstructions()
H A DDisassembler.cpp151 uint32_t num_instructions, bool data_from_file) { in DisassembleBytes() argument
165 data_from_file); in DisassembleBytes()
1057 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ParseInstructions() local
1074 false, data_from_file); in ParseInstructions()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2095 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ReadInstructions() local
2098 data.GetBytes(), bytes_read, count, data_from_file)); in ReadInstructions()
2134 const bool data_from_file = true; in GetInstructionsWithFlavor() local
2138 UINT32_MAX, data_from_file)); in GetInstructionsWithFlavor()