|
clang
3.8.0
|
#include "clang/CodeGen/ObjectFilePCHContainerOperations.h"#include "CGDebugInfo.h"#include "CodeGenModule.h"#include "clang/AST/ASTContext.h"#include "clang/AST/DeclObjC.h"#include "clang/AST/Expr.h"#include "clang/AST/RecursiveASTVisitor.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/TargetInfo.h"#include "clang/CodeGen/BackendUtil.h"#include "clang/Frontend/CodeGenOptions.h"#include "clang/Frontend/CompilerInstance.h"#include "clang/Lex/Preprocessor.h"#include "clang/Lex/HeaderSearch.h"#include "clang/Serialization/ASTWriter.h"#include "llvm/ADT/StringRef.h"#include "llvm/Bitcode/BitstreamReader.h"#include "llvm/DebugInfo/DWARF/DWARFContext.h"#include "llvm/IR/Constants.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/LLVMContext.h"#include "llvm/IR/Module.h"#include "llvm/Object/COFF.h"#include "llvm/Object/ObjectFile.h"#include "llvm/Support/TargetRegistry.h"#include <memory>Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "pchcontainer" |
| #define DEBUG_TYPE "pchcontainer" |
Definition at line 39 of file ObjectFilePCHContainerOperations.cpp.
1.8.6