Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h439 static bool Disassemble(Debugger &debugger, const ArchSpec &arch,
446 static bool Disassemble(Debugger &debugger, const ArchSpec &arch,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h139 const char *Disassemble() const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h51 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.cpp191 bool objdump::Disassemble; member in objdump
3157 if (Relocations && !Disassemble) in dumpObject()
3163 if (Disassemble) in dumpObject()
3352 Disassemble = InputArgs.hasArg(OBJDUMP_disassemble); in parseObjdumpOptions()
3570 Disassemble = true; in llvm_objdump_main()
3572 if (!ArchiveHeaders && !Disassemble && DwarfDumpType == DIDT_Null && in llvm_objdump_main()
H A DMachODump.cpp2110 if (Disassemble || Relocations || PrivateHeaders || ExportsTrie || Rebase || in ProcessMachO()
2139 if (Disassemble || IndirectSymbols || !FilterSections.empty() || UnwindInfo) in ProcessMachO()
2158 else if (Disassemble) { in ProcessMachO()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i72 …disassembly = property(Disassemble, None, doc='''A read only property that returns the disassembly…
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h326 const char *Disassemble();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp164 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-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td1202 bit Disassemble = enable_disasm;
1301 !if(!and(enableDisasm, addr.Disassemble), "AMDGPU", "")>;
1305 !if(!and(enableDisasm, addr.Disassemble), "GFX90A", "")>;
1308 !if(!and(enableDisasm, addr.Disassemble), "AMDGPU", "")>;
1313 !if(!and(enableDisasm, addr.Disassemble), "AMDGPU", "")>;
1323 !if(!and(enableDisasm, addr.Disassemble), "AMDGPU", "")>;
1333 !if(!and(enableDisasm, addr.Disassemble), "AMDGPU", "")>;
1343 !if(!and(enableDisasm, addr.Disassemble), "GFX12", "")>;
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp524 if (Disassembler::Disassemble( in DoExecute()
H A DOptions.td338 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-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp261 const char *StackFrame::Disassemble() { in Disassemble() function in StackFrame
268 Disassembler::Disassemble(target->GetDebugger(), target->GetArchitecture(), in Disassemble()
1966 Disassembler::Disassemble( in GetStatus()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp709 const char *SBFrame::Disassemble() const { in Disassemble() function in SBFrame
722 return ConstString(frame->Disassemble()).GetCString(); in Disassemble()
/freebsd-14.2/tools/debugscripts/
H A Dgdbinit.i3862 # Disassemble the next 10 instructions.
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt1368 Disassembler: Disassemble OEMx tables as actual AML byte code.
2575 Disassemble the resulting AML to ASL+ source code
6079 Debugger: Completed a major update for the Disassemble<method> command.
15019 Implemented "Disassemble" command in the AML debugger that will
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29846 result = (char *)((lldb::SBFrame const *)arg1)->Disassemble(); in _wrap_SBFrame_Disassemble()