Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.h45 bool append, bool data_from_file) override;
H A DDisassemblerLLVMC.cpp1648 bool append, bool data_from_file) { in DecodeInstructions() argument
1655 m_data_from_file = data_from_file; in DecodeInstructions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h438 uint32_t max_num_instructions, bool data_from_file);
473 bool data_from_file) = 0;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp138 bool data_from_file = true; in DumpInstructions() local
140 data_from_file = false; in DumpInstructions()
149 data_from_file); in DumpInstructions()
H A DDisassembler.cpp150 uint32_t num_instructions, bool data_from_file) { in DisassembleBytes() argument
164 data_from_file); in DisassembleBytes()
1130 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in AppendInstructions() local
1147 /*append=*/true, data_from_file); in AppendInstructions()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1967 const bool data_from_file = load_addr == LLDB_INVALID_ADDRESS; in ReadInstructions() local
1980 *addr_ptr, data.GetBytes(), bytes_read, count, data_from_file)); in ReadInstructions()
2033 constexpr bool data_from_file = true; in GetInstructionsWithFlavor() local
2047 addr, buf, size, UINT32_MAX, data_from_file)); in GetInstructionsWithFlavor()