diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index e77c86e6633..4fc90b4f6df 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -522,6 +522,10 @@ namespace llvm { return getFieldAs(13); } + unsigned getFlags() const { + return getUnsignedField(14); + } + unsigned isArtificial() const { if (getVersion() <= llvm::LLVMDebugVersion8) return getUnsignedField(14);