mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[DebugInfoPDB] Add methods used to read function flags
The specific function flags are listed in CodeView::FunctionOption. llvm-svn: 329105
This commit is contained in:
parent
45aa5ed610
commit
6d33e6f11c
@ -39,7 +39,9 @@ public:
|
||||
FORWARD_SYMBOL_METHOD(getAddressSection)
|
||||
FORWARD_SYMBOL_ID_METHOD(getClassParent)
|
||||
FORWARD_SYMBOL_METHOD(isCompilerGenerated)
|
||||
FORWARD_SYMBOL_METHOD(isConstructorVirtualBase)
|
||||
FORWARD_SYMBOL_METHOD(isConstType)
|
||||
FORWARD_SYMBOL_METHOD(isCxxReturnUdt)
|
||||
FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
|
||||
FORWARD_SYMBOL_METHOD(hasFarReturn)
|
||||
FORWARD_SYMBOL_METHOD(hasAlloca)
|
||||
|
Loading…
Reference in New Issue
Block a user