Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp172 const bool show_address = true; in Log() local
178 instruction->Dump(stream, max_opcode_byte_size, show_address, in Log()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h156 virtual void Dump(Stream *s, uint32_t max_opcode_byte_size, bool show_address,
342 void Dump(Stream *s, bool show_address, bool show_bytes,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp603 bool show_address, bool show_bytes, in Dump() argument
617 if (show_address) { in Dump()
999 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump() argument
1019 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, in Dump()
H A DDumpDataExtractor.cpp152 const bool show_address = base_addr != LLDB_INVALID_ADDRESS; in DumpInstructions() local
158 s, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in DumpInstructions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp84 const bool show_address = true; in GetNonCallSiteUnwindPlanFromAssembly() local
244 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address, in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp474 const bool show_address = true; in GetDisassembly() local
478 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()
H A DSymbol.cpp610 const bool show_address = true; in GetDisassembly() local
614 &strm, show_address, show_bytes, show_control_flow_kind, &exe_ctx); in GetDisassembly()