[DebugInfoPDB] Add methods used to read function flags
authorAaron Smith <aaron.smith@microsoft.com>
Tue, 3 Apr 2018 19:43:40 +0000 (19:43 +0000)
committerAaron Smith <aaron.smith@microsoft.com>
Tue, 3 Apr 2018 19:43:40 +0000 (19:43 +0000)
The specific function flags are listed in CodeView::FunctionOption.

llvm-svn: 329105

llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h

index d6013e2..05d585d 100644 (file)
@@ -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)