| /src/external/apache2/llvm/dist/llvm/tools/lto/ |
| LTODisassembler.cpp | 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 14 #include "llvm-c/lto.h" 15 #include "llvm/Support/TargetSelect.h" 17 using namespace llvm; 21 llvm::InitializeAllTargetInfos(); 22 llvm::InitializeAllTargetMCs(); 23 llvm::InitializeAllAsmParsers() [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ |
| LinkAllPasses.h | 1 //===- llvm/LinkAllPasses.h ------------ Reference All Passes ---*- C++ -*-===// 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 17 #include "llvm/ADT/Statistic.h" 18 #include "llvm/Analysis/AliasAnalysisEvaluator.h" 19 #include "llvm/Analysis/AliasSetTracker.h" 20 #include "llvm/Analysis/BasicAliasAnalysis.h" 21 #include "llvm/Analysis/CFLAndersAliasAnalysis.h [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| LinkAllCodegenComponents.h | 1 //===- llvm/Codegen/LinkAllCodegenComponents.h ------------------*- C++ -*-===// 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 17 #include "llvm/IR/BuiltinGCs.h" 18 #include "llvm/CodeGen/Passes.h" 19 #include "llvm/CodeGen/SchedulerRegistry.h" 20 #include "llvm/Target/TargetMachine.h" 33 (void) llvm::createFastRegisterAllocator() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenACC/ |
| ACC.cpp | 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 9 #include "llvm/Frontend/OpenACC/ACC.h.inc" 11 #include "llvm/ADT/StringRef.h" 12 #include "llvm/ADT/StringSwitch.h" 13 #include "llvm/Support/ErrorHandling.h" 15 using namespace llvm; 19 #include "llvm/Frontend/OpenACC/ACC.inc [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| OMP.cpp | 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 9 #include "llvm/Frontend/OpenMP/OMP.h.inc" 11 #include "llvm/ADT/StringRef.h" 12 #include "llvm/ADT/StringSwitch.h" 13 #include "llvm/Support/ErrorHandling.h" 15 using namespace llvm; 19 #include "llvm/Frontend/OpenMP/OMP.inc [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| GVMaterializer.cpp | 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 14 #include "llvm/IR/GVMaterializer.h" 15 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| AMDGPUMCCodeEmitter.cpp | 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 16 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| ARCMachineFunctionInfo.cpp | 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 11 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonMachineFunctionInfo.cpp | 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 11 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| LanaiMachineFunctionInfo.cpp | 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 11 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| M68kMachineFunction.cpp | 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 14 #include "llvm/CodeGen/MachineInstrBuilder.h" 15 #include "llvm/CodeGen/MachineRegisterInfo.h" 16 #include "llvm/IR/Function.h" 18 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| MSP430MachineFunctionInfo.cpp | 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 11 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| SparcMachineFunctionInfo.cpp | 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 11 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZMachineFunctionInfo.cpp | 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 11 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| VEMachineFunctionInfo.cpp | 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 11 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| DWPError.cpp | 2 using namespace llvm;
|
| /src/external/apache2/llvm/bin/ |
| Makefile | 8 llvm-symbolizer 18 llvm-ar \ 19 llvm-as \ 20 llvm-bcanalyzer \ 21 llvm-cov \ 22 llvm-cxxdump \ 23 llvm-cxxfilt \ 24 llvm-diff \ 25 llvm-dis \ 26 llvm-dwarfdump [all...] |
| /src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| TableGenBackends.h | 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 20 namespace llvm { namespace 23 } // namespace llvm 27 void EmitClangDeclContext(llvm::RecordKeeper &RK, llvm::raw_ostream &OS); 28 void EmitClangASTNodes(llvm::RecordKeeper &RK, llvm::raw_ostream &OS [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGTargetInfo.cpp | 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 13 #include "llvm/CodeGen/SelectionDAGTargetInfo.h" 15 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
| MCSymbolizer.cpp | 1 //===-- llvm/MC/MCSymbolizer.cpp - MCSymbolizer class ---------------------===// 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 9 #include "llvm/MC/MCDisassembler/MCSymbolizer.h" 11 using namespace llvm;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| ExtensibleRTTI.cpp | 3 // The LLVM Compiler Infrastructure 10 #include "llvm/Support/ExtensibleRTTI.h" 12 void llvm::RTTIRoot::anchor() {} 13 char llvm::RTTIRoot::ID = 0;
|
| Optional.cpp | 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 9 #include "llvm/ADT/Optional.h" 10 #include "llvm/Support/raw_ostream.h" 12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) {
|
| SystemUtils.cpp | 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 14 #include "llvm/Support/SystemUtils.h" 15 #include "llvm/Support/raw_ostream.h" 16 using namespace llvm; 18 bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check) { 22 "you REALLY want to taste LLVM bitcode first-hand, you\n"
|
| /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| obj2yaml.h | 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 15 #include "llvm/Object/COFF.h" 16 #include "llvm/Object/Minidump.h" 17 #include "llvm/Object/Wasm.h" 18 #include "llvm/Object/XCOFFObjectFile.h" 19 #include "llvm/Support/raw_ostream.h" 20 #include "llvm/Support/MemoryBufferRef.h 38 namespace llvm { namespace [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| TargetID.h | 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 12 #include "llvm/ADT/SmallVector.h" 13 #include "llvm/ADT/StringMap.h" 14 #include "llvm/ADT/Triple.h" 24 const llvm::SmallVector<llvm::StringRef, 4> 25 getAllPossibleTargetIDFeatures(const llvm::Triple &T [all...] |