LLVM  8.0.1
Classes | Namespaces
AMDGPUMetadataVerifier.h File Reference

This is a verifier for AMDGPU HSA metadata, which can verify both well-typed metadata and untyped metadata. More...

#include "llvm/BinaryFormat/MsgPackTypes.h"
Include dependency graph for AMDGPUMetadataVerifier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::AMDGPU::HSAMD::V3::MetadataVerifier
 Verifier for AMDGPU HSA metadata. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::AMDGPU
 
 llvm::AMDGPU::HSAMD
 
 llvm::AMDGPU::HSAMD::V3
 

Detailed Description

This is a verifier for AMDGPU HSA metadata, which can verify both well-typed metadata and untyped metadata.

When verifying in the non-strict mode, untyped metadata is coerced into the correct type if possible.

Definition in file AMDGPUMetadataVerifier.h.