|
LLVM
8.0.1
|
#include "llvm/IR/Type.h"#include "LLVMContextImpl.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/None.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/Constant.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Module.h"#include "llvm/IR/Value.h"#include "llvm/Support/Casting.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <utility>
1.8.13