Object/COFF: Add COFFSymbolRef::isAbsolute().
authorRui Ueyama <ruiu@google.com>
Tue, 26 May 2015 20:25:30 +0000 (20:25 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 26 May 2015 20:25:30 +0000 (20:25 +0000)
commit30244cec4fd20e1660bf1eccc6b17324e9e89336
treea9a1fe474b438f35fdd67a83bfe1e0772567a51c
parent6f491350660ee1de0b2fb23481102e82c708cc50
Object/COFF: Add COFFSymbolRef::isAbsolute().

COFFSymbolRef has many predicates, like isCommon() or
isExternal(), but this predicate was missing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238247 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h