Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanTracer.cpp173 const bool show_address = true; in Log() local
178 instruction->Dump(stream, max_opcode_byte_size, show_address, in Log()
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h142 virtual void Dump(Stream *s, uint32_t max_opcode_byte_size, bool show_address,
318 void Dump(Stream *s, bool show_address, bool show_bytes,
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp581 bool show_address, bool show_bytes, in Dump() argument
594 if (show_address) { in Dump()
962 void InstructionList::Dump(Stream *s, bool show_address, bool show_bytes, in Dump() argument
981 (*pos)->Dump(s, max_opcode_byte_size, show_address, show_bytes, exe_ctx, in Dump()
DDumpDataExtractor.cpp164 const bool show_address = base_addr != LLDB_INVALID_ADDRESS; in DumpInstructions() local
168 disassembler_sp->GetInstructionList().Dump(s, show_address, show_bytes, in DumpInstructions()
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp558 const bool show_address = true; in GetDisassembly() local
560 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes, in GetDisassembly()
DFunction.cpp443 const bool show_address = true; in GetDisassembly() local
445 disassembler_sp->GetInstructionList().Dump(&strm, show_address, show_bytes, in GetDisassembly()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp83 const bool show_address = true; in GetNonCallSiteUnwindPlanFromAssembly() local
245 inst->Dump(&strm, inst_list.GetMaxOpcocdeByteSize(), show_address, in GetNonCallSiteUnwindPlanFromAssembly()