llvm-project/llvm/test/tools/llvm-objdump/X86
Peter Collingbourne e834f42073 COFF: Assign the correct symbol type to internal functions.
The COFFSymbolRef::isFunctionDefinition() function tests for several conditions
that are not related to whether a symbol is a function, but rather whether
the symbol meets the requirements for a function definition auxiliary record,
which excludes certain symbols such as internal functions and undefined
references. The test we need to determine the symbol type is much simpler:
we only need to compare the complex type against IMAGE_SYM_DTYPE_FUNCTION.

llvm-svn: 244195
2015-08-06 05:26:35 +00:00
..
Inputs COFF: Assign the correct symbol type to internal functions. 2015-08-06 05:26:35 +00:00
coff-dis-internal.test COFF: Assign the correct symbol type to internal functions. 2015-08-06 05:26:35 +00:00
disassemble-data.test Moving tests in to X86 directory. 2015-07-23 21:55:26 +00:00
disassembly-show-raw.test
lit.local.cfg
macho-archive-headers.test For llvm-objdump, with the -archive-headers and -macho options, use the -non-verbose 2015-04-30 20:30:42 +00:00
macho-cstring-dump.test Add the option, -no-leading-addr llvm-objdump used with -macho and 2015-03-17 21:07:39 +00:00
macho-dis-no-leading-addr.test Add the option, -no-leading-addr llvm-objdump used with -macho and 2015-03-17 21:07:39 +00:00
macho-dis-symname.test Add the option, -dis-symname to llvm-objdump used with -macho and 2015-03-17 17:10:57 +00:00
macho-dylib.test Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho 2015-03-16 20:08:09 +00:00
macho-indirect-symbols.test Add the option, -non-verbose to llvm-objdump used with -macho to print things 2015-03-13 17:56:32 +00:00
macho-info-plist.test Add the option, -info-plist to llvm-objdump used with -macho to print the 2015-03-11 22:06:32 +00:00
macho-literal-pointers-i386.test Add the option, -non-verbose to llvm-objdump used with -macho to print things 2015-03-13 17:56:32 +00:00
macho-literal-pointers-x86_64.test Add the option, -non-verbose to llvm-objdump used with -macho to print things 2015-03-13 17:56:32 +00:00
macho-literals.test Add the option, -non-verbose to llvm-objdump used with -macho to print things 2015-03-13 17:56:32 +00:00
macho-nontext-disasm.test Add code to llvm-objdump so the -section option with -macho will disassemble sections 2015-02-04 01:01:38 +00:00
macho-objc-meta-data.test For llvm-objdump, dump the (__OBJC,__protocol) section for Objc1 32-bit Mach-O files 2015-04-16 22:33:20 +00:00
macho-private-headers.test Add the option, -non-verbose to llvm-objdump used with -macho to print things 2015-03-13 17:56:32 +00:00
macho-relocations.test For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). 2015-01-20 21:47:46 +00:00
macho-section-contents.test For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). 2015-01-20 21:47:46 +00:00
macho-section-headers.test For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). 2015-01-20 21:47:46 +00:00
macho-section.test Add the option, -non-verbose to llvm-objdump used with -macho to print things 2015-03-13 17:56:32 +00:00
macho-symbol-table.test objdump: Don't print a (always 0) size for MachO symbols. 2015-06-23 15:45:38 +00:00
macho-symbolized-disassembly.test Add the option -no-symbolic-operands to llvm-objdump used with -macho and 2015-03-17 22:26:11 +00:00
macho-symbolized-subtractor-i386.test Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbolizer. 2014-11-04 00:43:16 +00:00
macho-symbolized-subtractor.test Hookup the MCSymbolizer to llvm-objdump’s disassembly for Mach-O files. 2014-09-16 18:00:57 +00:00
macho-universal-x86_64.i386.test Add the option, -non-verbose to llvm-objdump used with -macho to print things 2015-03-13 17:56:32 +00:00
macho-unwind-info.test For llvm-objdump, hook up existing options to work when using -macho (the Mach-O parser). 2015-01-20 21:47:46 +00:00
out-of-section-sym.test