LLVM 19.0.0git
Public Attributes | List of all members
llvm::VerifierAnalysis::Result Struct Reference

#include "llvm/IR/Verifier.h"

Public Attributes

bool IRBroken
 
bool DebugInfoBroken
 

Detailed Description

Definition at line 114 of file Verifier.h.

Member Data Documentation

◆ DebugInfoBroken

bool llvm::VerifierAnalysis::Result::DebugInfoBroken

Definition at line 115 of file Verifier.h.

Referenced by llvm::VerifierAnalysis::run().

◆ IRBroken

bool llvm::VerifierAnalysis::Result::IRBroken

Definition at line 115 of file Verifier.h.

Referenced by llvm::VerifierAnalysis::run().


The documentation for this struct was generated from the following file: