LLVM API Documentation
#include <MachineModuleInfo.h>

Public Member Functions | |
| DIVerifier () | |
| bool | Verify (Value *V) |
| bool | Verify (GlobalVariable *GV) |
| bool | isVerified (GlobalVariable *GV) |
Definition at line 827 of file MachineModuleInfo.h.
| llvm::DIVerifier::DIVerifier | ( | ) | [inline] |
Definition at line 836 of file MachineModuleInfo.h.
| bool DIVerifier::Verify | ( | Value * | V | ) |
Verify - Return true if the GlobalVariable appears to be a valid serialization of a DebugInfoDesc.
Verify - Return true if the GlobalVariable appears to be a valid serialization of a DebugInfoDesc.
Definition at line 1517 of file MachineModuleInfo.cpp.
References getGlobalVariable().
Referenced by llvm::MachineModuleInfo::Verify().
| bool DIVerifier::Verify | ( | GlobalVariable * | GV | ) |
Definition at line 1520 of file MachineModuleInfo.cpp.
References CI, CountFields(), llvm::X86II::DD, llvm::DebugInfoDesc::DescFactory(), llvm::dwarf::DW_TAG_invalid, llvm::GlobalVariable::getInitializer(), llvm::GlobalValue::getLinkage(), llvm::User::getNumOperands(), llvm::GlobalValue::InternalLinkage, llvm::GlobalValue::LinkOnceLinkage, llvm::LLVMDebugVersion, llvm::DebugInfoDesc::TagFromGlobal(), and llvm::DebugInfoDesc::VersionFromGlobal().
| bool DIVerifier::isVerified | ( | GlobalVariable * | GV | ) |
isVerified - Return true if the specified GV has already been verified as a debug information descriptor.
isVerified - Return true if the specified GV has already been verified as a debug information descriptor.
Definition at line 1602 of file MachineModuleInfo.cpp.
Referenced by llvm::MachineModuleInfo::isVerified().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.