Searched refs:llvm (Results 1 - 25 of 6440) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h1 //===- llvm/LinkAllPasses.h ------------ Reference All Passes ---*- C++ -*-===//
4 // See https://llvm.org/LICENSE.txt for license information.
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"
22 #include "llvm/Analysis/CFLSteensAliasAnalysis.h"
23 #include "llvm/Analysis/CallPrinter.h"
24 #include "llvm/Analysi
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLinkAllCodegenComponents.h1 //===- llvm/Codegen/LinkAllCodegenComponents.h ------------------*- C++ -*-===//
4 // See https://llvm.org/LICENSE.txt for license information.
17 #include "llvm/CodeGen/BuiltinGCs.h"
18 #include "llvm/CodeGen/Passes.h"
19 #include "llvm/CodeGen/SchedulerRegistry.h"
20 #include "llvm/Target/TargetMachine.h"
33 (void) llvm::createFastRegisterAllocator();
34 (void) llvm::createBasicRegisterAllocator();
35 (void) llvm::createGreedyRegisterAllocator();
36 (void) llvm
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DGVMaterializer.cpp4 // See https://llvm.org/LICENSE.txt for license information.
14 #include "llvm/IR/GVMaterializer.h"
15 using namespace llvm;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp4 // See https://llvm.org/LICENSE.txt for license information.
11 using namespace llvm;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp4 // See https://llvm.org/LICENSE.txt for license information.
11 using namespace llvm;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp4 // See https://llvm.org/LICENSE.txt for license information.
11 using namespace llvm;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp4 // See https://llvm.org/LICENSE.txt for license information.
11 using namespace llvm;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp4 // See https://llvm.org/LICENSE.txt for license information.
16 using namespace llvm;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMachineFunctionInfo.cpp4 // See https://llvm.org/LICENSE.txt for license information.
11 using namespace llvm;
/freebsd-11-stable/usr.bin/clang/llvm-link/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-link/Makefile 360660 2020-05-05 17:10:49Z dim $
3 PROG_CXX= llvm-link
5 SRCDIR= llvm/tools/llvm-link
6 SRCS+= llvm-link.cpp
8 .include "../llvm.prog.mk"
/freebsd-11-stable/usr.bin/clang/llvm-modextract/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-modextract/Makefile 360660 2020-05-05 17:10:49Z dim $
3 PROG_CXX= llvm-modextract
6 SRCDIR= llvm/tools/llvm-modextract
7 SRCS= llvm-modextract.cpp
9 .include "../llvm.prog.mk"
/freebsd-11-stable/usr.bin/clang/llvm-bcanalyzer/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-bcanalyzer/Makefile 360660 2020-05-05 17:10:49Z dim $
3 PROG_CXX= llvm-bcanalyzer
5 SRCDIR= llvm/tools/llvm-bcanalyzer
6 SRCS+= llvm-bcanalyzer.cpp
8 .include "../llvm.prog.mk"
/freebsd-11-stable/usr.bin/clang/llvm-as/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-as/Makefile 360660 2020-05-05 17:10:49Z dim $
3 PROG_CXX= llvm-as
5 SRCDIR= llvm/tools/llvm-as
6 SRCS+= llvm-as.cpp
8 .include "../llvm.prog.mk"
/freebsd-11-stable/usr.bin/clang/llvm-dis/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-dis/Makefile 360660 2020-05-05 17:10:49Z dim $
3 PROG_CXX= llvm-dis
5 SRCDIR= llvm/tools/llvm-dis
6 SRCS+= llvm-dis.cpp
8 .include "../llvm.prog.mk"
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DDWPError.cpp2 using namespace llvm;
/freebsd-11-stable/usr.bin/clang/llvm-size/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-size/Makefile 362719 2020-06-28 07:43:43Z dim $
3 PROG_CXX= llvm-size
5 SRCDIR= llvm/tools/llvm-size
6 SRCS+= llvm-size.cpp
8 .include "../llvm.prog.mk"
/freebsd-11-stable/usr.bin/clang/llvm-strings/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-strings/Makefile 363496 2020-07-24 20:54:07Z dim $
3 PROG_CXX= llvm-strings
5 SRCDIR= llvm/tools/llvm-strings
6 SRCS+= llvm-strings.cpp
8 .include "../llvm.prog.mk"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGTargetInfo.cpp4 // See https://llvm.org/LICENSE.txt for license information.
13 #include "llvm/CodeGen/SelectionDAGTargetInfo.h"
15 using namespace llvm;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCSymbolizer.cpp1 //===-- llvm/MC/MCSymbolizer.cpp - MCSymbolizer class ---------------------===//
4 // See https://llvm.org/LICENSE.txt for license information.
9 #include "llvm/MC/MCDisassembler/MCSymbolizer.h"
11 using namespace llvm;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DOptional.cpp4 // See https://llvm.org/LICENSE.txt for license information.
9 #include "llvm/ADT/Optional.h"
10 #include "llvm/Support/raw_ostream.h"
12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) {
H A DHashing.cpp4 // See https://llvm.org/LICENSE.txt for license information.
15 #include "llvm/ADT/Hashing.h"
17 using namespace llvm;
22 uint64_t llvm::hashing::detail::fixed_seed_override = 0;
26 void llvm::set_fixed_execution_hash_seed(uint64_t fixed_value) {
/freebsd-11-stable/usr.bin/clang/llvm-ar/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-ar/Makefile 363496 2020-07-24 20:54:07Z dim $
3 PROG_CXX= llvm-ar
4 MAN= llvm-ar.1 llvm-ranlib.1
6 SRCDIR= llvm/tools/llvm-ar
7 SRCS+= llvm-ar.cpp
11 LINKS+= ${BINDIR}/llvm-ar ${BINDIR}/llvm-ranlib
13 .include "../llvm
[all...]
/freebsd-11-stable/usr.bin/clang/llvm-symbolizer/
H A DMakefile1 # $FreeBSD: stable/11/usr.bin/clang/llvm-symbolizer/Makefile 363496 2020-07-24 20:54:07Z dim $
3 PROG_CXX= llvm-symbolizer
4 MAN= llvm-symbolizer.1 llvm-addr2line.1
6 SRCDIR= llvm/tools/llvm-symbolizer
7 SRCS+= llvm-symbolizer.cpp
11 LINKS+= ${BINDIR}/llvm-symbolizer ${BINDIR}/llvm-addr2line
13 .include "../llvm
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAlignedAllocation.h4 // See https://llvm.org/LICENSE.txt for license information.
18 #include "llvm/ADT/Triple.h"
19 #include "llvm/Support/ErrorHandling.h"
20 #include "llvm/Support/VersionTuple.h"
24 inline llvm::VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) {
28 case llvm::Triple::Darwin:
29 case llvm::Triple::MacOSX: // Earliest supporting version is 10.14.
30 return llvm::VersionTuple(10U, 14U);
31 case llvm
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DTableGenBackends.h4 // See https://llvm.org/LICENSE.txt for license information.
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,
30 void EmitClangBasicReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
31 void EmitClangBasicWriter(llvm
[all...]

Completed in 153 milliseconds

1234567891011>>