Home
last modified time | relevance | path

Searched refs:disasm (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp413 disasm.shared_from_this())) {} in InstructionLLVMC()
438 DisassemblerScope disasm(*this); in GetDisasmToUse() local
448 DisassemblerScope disasm(*this); in Decode() local
449 if (disasm) { in Decode()
547 if (disasm){ in GetControlFlowKind()
567 if (disasm) { in CalculateMnemonicOperandsAndComment()
1176 DisassemblerScope disasm(*this); in VisitInstruction() local
1177 if (!disasm) in VisitInstruction()
1208 if (disasm) { in GetDisasmToUse()
1209 if (disasm->m_alternate_disasm_up) { in GetDisasmToUse()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Ddisassemble.c23 static void pprint(int pos, unsigned char *buf, int len, const char *disasm) { in pprint() argument
34 printf(" %s\n", disasm); in pprint()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_types/
H A DTestClassTypesDisassembly.py66 disasm = str(inst)
68 print(disasm)
/llvm-project-15.0.7/bolt/test/X86/
H A Dfptr-addend-pcrel.s9 # RUN: llvm-bolt %t.exe --relocs -o /dev/null --print-only=foo --print-disasm \
H A Ddouble-rel.s9 # RUN: llvm-bolt %t.exe --relocs -o /dev/null --print-only=_start --print-disasm \
H A Dsrol-bug.test3 # RUN: --print-disasm -o %t.out | FileCheck %s
H A Dsplit-func-icf.s11 # RUN: llvm-bolt %t.exe -o %t.out -v=1 --print-only=main2.cold.1 --print-disasm 2>&1 | FileCheck %s
/llvm-project-15.0.7/lld/test/COFF/
H A Dgfids-relocations32.s24 # cl /c a.cc && dumpbin /disasm a.obj > a.txt &&
/llvm-project-15.0.7/lldb/docs/use/
H A Dsymbolication.rst384 -d DISASSEMBLE_DEPTH, --disasm-depth=DISASSEMBLE_DEPTH
387 -D, --disasm-all enabled disassembly of frames on all threads (not just
389 -B DISASSEMBLE_BEFORE, --disasm-before=DISASSEMBLE_BEFORE
392 -A DISASSEMBLE_AFTER, --disasm-after=DISASSEMBLE_AFTER