Home
last modified time | relevance | path

Searched refs:Disassemble (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h440 static bool Disassemble(Debugger &debugger, const ArchSpec &arch,
448 static bool Disassemble(Debugger &debugger, const ArchSpec &arch,
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h148 const char *Disassemble() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h49 extern bool Disassemble;
H A DObjdumpOpts.td58 HelpText<"Disassemble all executable sections found in the input files">;
62 HelpText<"Disassemble all sections found in the input files">;
H A Dllvm-objdump.cpp305 bool objdump::Disassemble; member in objdump
3380 if (Relocations && !Disassemble) in dumpObject()
3386 if (Disassemble) in dumpObject()
3575 Disassemble = InputArgs.hasArg(OBJDUMP_disassemble); in parseObjdumpOptions()
3797 Disassemble = true; in llvm_objdump_main()
3799 if (!ArchiveHeaders && !Disassemble && DwarfDumpType == DIDT_Null && in llvm_objdump_main()
H A DMachODump.cpp2106 if (Disassemble || Relocations || PrivateHeaders || ExportsTrie || Rebase || in ProcessMachO()
2135 if (Disassemble || IndirectSymbols || !FilterSections.empty() || UnwindInfo) in ProcessMachO()
2154 else if (Disassemble) { in ProcessMachO()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i82 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly…
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h324 const char *Disassemble();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp168 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch, in Disassemble() function in Disassembler
553 bool Disassembler::Disassemble(Debugger &debugger, const ArchSpec &arch, in Disassemble() function in Disassembler
592 return Disassemble(debugger, arch, plugin_name, flavor, cpu, features, frame, in Disassemble()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td1257 bit Disassemble = enable_disasm;
1356 !if(!and(enableDisasm, addr.Disassemble), "GFX8", "")>;
1360 !if(!and(enableDisasm, addr.Disassemble), "GFX90A", "")>;
1363 !if(!and(enableDisasm, addr.Disassemble), "GFX10", "")>;
1368 !if(!and(enableDisasm, addr.Disassemble), "GFX11", "")>;
1378 !if(!and(enableDisasm, addr.Disassemble), "GFX10", "")>;
1388 !if(!and(enableDisasm, addr.Disassemble), "GFX11", "")>;
1398 !if(!and(enableDisasm, addr.Disassemble), "GFX12", "")>;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp548 if (Disassembler::Disassemble( in DoExecute()
H A DOptions.td351 Desc<"Disassemble entire contents of the given function name.">;
353 Desc<"Disassemble from the start of the current frame's function.">;
355 Desc<"Disassemble around the current pc.">;
357 Desc<"Disassemble the current frame's current source line instructions if "
361 Desc<"Disassemble function containing this address.">;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp265 const char *StackFrame::Disassemble() { in Disassemble() function in StackFrame
272 Disassembler::Disassemble(target->GetDebugger(), target->GetArchitecture(), in Disassemble()
2094 Disassembler::Disassemble( in GetStatus()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp710 const char *SBFrame::Disassemble() const { in Disassemble() function in SBFrame
723 return ConstString(frame->Disassemble()).GetCString(); in Disassemble()
/freebsd/tools/debugscripts/
H A Dgdbinit.i3862 # Disassemble the next 10 instructions.
/freebsd/contrib/jemalloc/bin/
H A Djeprof.in1360 sub Disassemble {
1643 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
1935 my @instructions = Disassemble($prog, $offset, $start_addr, $end_addr);
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td2423 // Disassemble branch instructions not having a $zero operand to the
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1714 Disassembler: Disassemble OEMx tables as actual AML byte code.
2921 Disassemble the resulting AML to ASL+ source code
6425 Debugger: Completed a major update for the Disassemble<method> command.
15364 Implemented "Disassemble" command in the AML debugger that will
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31748 result = (char *)((lldb::SBFrame const *)arg1)->Disassemble(); in _wrap_SBFrame_Disassemble()