1//===----------------------------------------------------------------------===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8///
9/// Precompiled header for clangCodeGen. Uses private headers.
10///
11//===----------------------------------------------------------------------===//
12
13#include "ABIInfoImpl.h"
14#include "Address.h"
15#include "CGBuilder.h"
16#include "CGCXXABI.h"
17#include "CGValue.h"
18#include "CodeGenFunction.h"
19#include "CodeGenModule.h"
20#include "clang/AST/pch.h"
21#include "llvm/IR/pch.h"
22#include "llvm/Support/pch.h"
23