LLVM
15.0.0git
|
#include "llvm/ADT/None.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/STLFunctionalExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/MsgPackReader.h"
#include <cstddef>
Go to the source code of this file.
Classes | |
class | llvm::AMDGPU::HSAMD::V3::MetadataVerifier |
Verifier for AMDGPU HSA metadata. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::msgpack | |
llvm::AMDGPU | |
llvm::AMDGPU::HSAMD | |
llvm::AMDGPU::HSAMD::V3 | |
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.