Searched refs:disasm (Results 1 – 9 of 9) sorted by relevance
413 disasm.shared_from_this())) {} in InstructionLLVMC()438 DisassemblerScope disasm(*this); in GetDisasmToUse() local448 DisassemblerScope disasm(*this); in Decode() local449 if (disasm) { in Decode()547 if (disasm){ in GetControlFlowKind()567 if (disasm) { in CalculateMnemonicOperandsAndComment()1176 DisassemblerScope disasm(*this); in VisitInstruction() local1177 if (!disasm) in VisitInstruction()1208 if (disasm) { in GetDisasmToUse()1209 if (disasm->m_alternate_disasm_up) { in GetDisasmToUse()[all …]
23 static void pprint(int pos, unsigned char *buf, int len, const char *disasm) { in pprint() argument34 printf(" %s\n", disasm); in pprint()
66 disasm = str(inst)68 print(disasm)
9 # RUN: llvm-bolt %t.exe --relocs -o /dev/null --print-only=foo --print-disasm \
9 # RUN: llvm-bolt %t.exe --relocs -o /dev/null --print-only=_start --print-disasm \
3 # RUN: --print-disasm -o %t.out | FileCheck %s
11 # RUN: llvm-bolt %t.exe -o %t.out -v=1 --print-only=main2.cold.1 --print-disasm 2>&1 | FileCheck %s
24 # cl /c a.cc && dumpbin /disasm a.obj > a.txt &&
384 -d DISASSEMBLE_DEPTH, --disasm-depth=DISASSEMBLE_DEPTH387 -D, --disasm-all enabled disassembly of frames on all threads (not just389 -B DISASSEMBLE_BEFORE, --disasm-before=DISASSEMBLE_BEFORE392 -A DISASSEMBLE_AFTER, --disasm-after=DISASSEMBLE_AFTER