LLVM 19.0.0git
Classes | Namespaces | Macros
LLParser.h File Reference
#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);
 

Macro Definition Documentation

◆ HANDLE_SPECIALIZED_MDNODE_LEAF

#define HANDLE_SPECIALIZED_MDNODE_LEAF (   CLASS)     bool parse##CLASS(MDNode *&Result, bool IsDistinct);

Definition at line 595 of file LLParser.h.