Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h139 const char *Disassemble() const;
/freebsd/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/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.cpp306 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 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/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.h327 const char *Disassemble();
/freebsd/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td1265 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 DCommandObjectDisassemble.cpp98 // 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 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/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()
1958 Disassembler::Disassemble( in GetStatus()
/freebsd/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/tools/debugscripts/
H A Dgdbinit.i3862 # Disassemble the next 10 instructions.
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1503 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 DLLDBWrapLua.cpp31277 result = (char *)((lldb::SBFrame const *)arg1)->Disassemble(); in _wrap_SBFrame_Disassemble()