|
LLVM
8.0.1
|
#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"

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); |
| #define HANDLE_SPECIALIZED_MDNODE_LEAF | ( | CLASS | ) | bool Parse##CLASS(MDNode *&Result, bool IsDistinct); |
Definition at line 536 of file LLParser.h.
1.8.13