/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBFrame.h | 139 const char *Disassemble() const;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Disassembler.h | 439 static bool Disassemble(Debugger &debugger, const ArchSpec &arch, 446 static bool Disassemble(Debugger &debugger, const ArchSpec &arch,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.h | 51 extern bool Disassemble;
|
H A D | ObjdumpOpts.td | 58 HelpText<"Disassemble all executable sections found in the input files">; 62 HelpText<"Disassemble all sections found in the input files">;
|
H A D | llvm-objdump.cpp | 306 bool objdump::Disassemble; member in objdump 3309 if (Relocations && !Disassemble) in dumpObject() 3315 if (Disassemble) in dumpObject() 3504 Disassemble = InputArgs.hasArg(OBJDUMP_disassemble); in parseObjdumpOptions() 3726 Disassemble = true; in llvm_objdump_main() 3728 if (!ArchiveHeaders && !Disassemble && DwarfDumpType == DIDT_Null && in llvm_objdump_main()
|
H A D | MachODump.cpp | 2110 if (Disassemble || Relocations || PrivateHeaders || ExportsTrie || Rebase || in ProcessMachO() 2139 if (Disassemble || IndirectSymbols || !FilterSections.empty() || UnwindInfo) in ProcessMachO() 2158 else if (Disassemble) { in ProcessMachO()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBFrameExtensions.i | 82 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly…
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 327 const char *Disassemble();
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 164 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch, in Disassemble() function in Disassembler 539 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch, in Disassemble() function in Disassembler 561 return Disassemble(debugger, arch, nullptr, nullptr, frame, in Disassemble()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | MIMGInstructions.td | 1265 bit Disassemble = enable_disasm; 1364 !if(!and(enableDisasm, addr.Disassemble), "GFX8", "")>; 1368 !if(!and(enableDisasm, addr.Disassemble), "GFX90A", "")>; 1371 !if(!and(enableDisasm, addr.Disassemble), "GFX10", "")>; 1376 !if(!and(enableDisasm, addr.Disassemble), "GFX11", "")>; 1386 !if(!and(enableDisasm, addr.Disassemble), "GFX10", "")>; 1396 !if(!and(enableDisasm, addr.Disassemble), "GFX11", "")>; 1406 !if(!and(enableDisasm, addr.Disassemble), "GFX12", "")>;
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDisassemble.cpp | 98 // Disassemble the current source line kind of implies showing mixed source in SetOptionValue() 216 "Disassemble specified instructions in the current target. " in CommandObjectDisassemble() 524 if (Disassembler::Disassemble( in DoExecute()
|
H A D | Options.td | 338 Desc<"Disassemble entire contents of the given function name.">; 340 Desc<"Disassemble from the start of the current frame's function.">; 342 Desc<"Disassemble around the current pc.">; 344 Desc<"Disassemble the current frame's current source line instructions if " 348 Desc<"Disassemble function containing this address.">;
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 261 const char *StackFrame::Disassemble() { in Disassemble() function in StackFrame 268 Disassembler::Disassemble(target->GetDebugger(), target->GetArchitecture(), in Disassemble() 1958 Disassembler::Disassemble( in GetStatus()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFrame.cpp | 709 const char *SBFrame::Disassemble() const { in Disassemble() function in SBFrame 722 return ConstString(frame->Disassemble()).GetCString(); in Disassemble()
|
/freebsd/tools/debugscripts/ |
H A D | gdbinit.i386 | 2 # Disassemble the next 10 instructions.
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 1503 Disassembler: Disassemble OEMx tables as actual AML byte code. 2710 Disassemble the resulting AML to ASL+ source code 6214 Debugger: Completed a major update for the Disassemble<method> command. 15154 Implemented "Disassemble" command in the AML debugger that will
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 31277 result = (char *)((lldb::SBFrame const *)arg1)->Disassemble(); in _wrap_SBFrame_Disassemble()
|