llvm-project/llvm/test/tools/llvm-objdump/X86/Inputs
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
..
ObjC.exe.macho-x86_64
ObjC.obj.macho-x86_64
Objc1.32bit.exe.macho-i386 For llvm-objdump added support for printing Objc1 32-bit runtime meta data 2015-04-16 17:19:59 +00:00
Objc1.32bit.obj.macho-i386 For llvm-objdump added support for printing Objc1 32-bit runtime meta data 2015-04-16 17:19:59 +00:00
Objc2.32bit.exe.macho-i386 For llvm-objdump added support for printing Objc2 32-bit runtime meta data 2015-04-06 17:47:03 +00:00
Objc2.32bit.obj.macho-i386 For llvm-objdump added support for printing Objc2 32-bit runtime meta data 2015-04-06 17:47:03 +00:00
Objc2.64bit.exe.macho-x86_64 Add the option -objc-meta-data to llvm-objdump used with -macho to 2015-04-01 20:57:01 +00:00
Objc2.64bit.obj.macho-x86_64 Add the option -objc-meta-data to llvm-objdump used with -macho to 2015-04-01 20:57:01 +00:00
disassemble-data.obj Moving tests in to X86 directory. 2015-07-23 21:55:26 +00:00
dylibLoadKinds.macho-x86_64
dylibModInit.macho-x86_64 Add the -section option to llvm-objdump used with -macho that takes the argument 2015-01-31 00:37:11 +00:00
dylibRoutines.macho-x86_64 Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-headers. 2014-12-19 22:25:22 +00:00
dylibSubClient.macho-x86_64 Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-headers. 2014-12-19 21:06:24 +00:00
dylibSubFramework.macho-x86_64 Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private-headers. 2014-12-18 19:24:35 +00:00
dylibSubLibrary.macho-x86_64 Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-headers. 2014-12-19 19:48:16 +00:00
dylibSubUmbrella.macho-x86_64 Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-headers. 2014-12-18 23:13:26 +00:00
exeThread.macho-x86_64 Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers. 2014-12-23 22:56:39 +00:00
hello.exe.macho-i386 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
hello.exe.macho-x86_64
hello.obj.macho-i386 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
hello.obj.macho-x86_64
hello_cpp.exe.macho-x86_64 Update llvm-objdump’s Mach-O symbolizer code to demangle C++ names. 2014-10-28 23:39:46 +00:00
internal.exe.coff-x86_64 COFF: Assign the correct symbol type to internal functions. 2015-08-06 05:26:35 +00:00
linkerOption.macho-x86_64 Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private-headers. 2014-12-18 00:53:40 +00:00
macho-universal-archive.x86_64.i386 Re-add support to llvm-objdump for Mach-O universal files and archives with -macho 2014-12-04 23:56:27 +00:00
macho-universal.x86_64.i386 Re-add support to llvm-objdump for Mach-O universal files and archives with -macho 2014-12-04 23:56:27 +00:00
out-of-section-sym.elf-i386
trivial.obj.elf-i386