|
LLVM
8.0.1
|
#include "AMDGPUTargetStreamer.h"#include "AMDGPU.h"#include "SIDefines.h"#include "Utils/AMDGPUBaseInfo.h"#include "Utils/AMDKernelCodeTUtils.h"#include "llvm/ADT/Twine.h"#include "llvm/BinaryFormat/AMDGPUMetadataVerifier.h"#include "llvm/BinaryFormat/ELF.h"#include "llvm/BinaryFormat/MsgPackTypes.h"#include "llvm/IR/Constants.h"#include "llvm/IR/Function.h"#include "llvm/IR/Metadata.h"#include "llvm/IR/Module.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCELFStreamer.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCSectionELF.h"#include "llvm/Support/FormattedStream.h"#include "llvm/Support/TargetParser.h"#include "AMDGPUPTNote.h"
Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Macros | |
| #define | PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) |
| #define PRINT_FIELD | ( | STREAM, | |
| DIRECTIVE, | |||
| KERNEL_DESC, | |||
| MEMBER_NAME, | |||
| FIELD_NAME | |||
| ) |
Referenced by llvm::AMDGPUTargetAsmStreamer::EmitAmdhsaKernelDescriptor().
1.8.13