From: Aaron Smith Date: Tue, 3 Apr 2018 19:43:40 +0000 (+0000) Subject: [DebugInfoPDB] Add methods used to read function flags X-Git-Tag: llvmorg-7.0.0-rc1~9086 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81a87ba38bf2f68160af67b4b182fbf97e7f6570;p=platform%2Fupstream%2Fllvm.git [DebugInfoPDB] Add methods used to read function flags The specific function flags are listed in CodeView::FunctionOption. llvm-svn: 329105 --- diff --git a/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h b/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h index d6013e2..05d585d 100644 --- a/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h +++ b/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h @@ -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)