summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/coff-dis-internal.test
Commit message (Collapse)AuthorAgeFilesLines
* COFF: Assign the correct symbol type to internal functions.Peter Collingbourne2015-08-061-0/+3
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
OpenPOWER on IntegriCloud