LLVM 20.0.0git
|
#include "LLLexer.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/AsmParser/NumberedValues.h"
#include "llvm/AsmParser/Parser.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/FMF.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/Support/ModRef.h"
#include <map>
#include <optional>
#include "llvm/IR/Metadata.def"
Go to the source code of this file.
Classes | |
struct | llvm::ValID |
ValID - Represents a reference of a definition of some sort with no type. More... | |
class | llvm::LLParser |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | HANDLE_SPECIALIZED_MDNODE_LEAF(CLASS) bool parse##CLASS(MDNode *&Result, bool IsDistinct); |
#define HANDLE_SPECIALIZED_MDNODE_LEAF | ( | CLASS | ) | bool parse##CLASS(MDNode *&Result, bool IsDistinct); |
Definition at line 598 of file LLParser.h.