LLVM  8.0.1
Classes | Namespaces | Macros
LLParser.h File Reference
#include "LLLexer.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/ModuleSummaryIndex.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/ValueHandle.h"
#include <map>
#include "llvm/IR/Metadata.def"
Include dependency graph for LLParser.h:
This graph shows which files directly or indirectly include this file:

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

 llvm
 This class represents lattice values for constants.
 

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 536 of file LLParser.h.