Searched refs:disassemble (Results 26 - 32 of 32) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.h325 void disassemble(const ELFObjectFileBase *O);
H A DProfiledBinary.cpp54 "disassemble-functions", cl::CommaSeparated,
248 disassemble(Obj);
642 void ProfiledBinary::disassemble(const ELFObjectFileBase *Obj) { function in class:llvm::sampleprof::ProfiledBinary
663 "Functions to disassemble should be only specified together with "
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A DMakefile.am77 disassemble.c \
333 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
334 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
336 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
666 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
H A DMakefile.in79 am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
296 disassemble.c \
550 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
940 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
941 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
1210 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
/openbsd-current/gnu/llvm/lldb/utils/lui/
H A Dlldbutil.py50 def disassemble(target, function_or_symbol): function
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py116 disassemble = (
146 if disassemble:
1218 help='the number of instructions to disassemble before the frame PC',
1225 help='the number of instructions to disassemble after the frame PC',
1279 inlined stack frames back to the concrete functions, and disassemble the location of the crash
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py106 def disassemble(target, function_or_symbol): function

Completed in 84 milliseconds

12