HomeSort by relevance Sort by last modified time
    Searched refs:llvm (Results 1 - 25 of 4494) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/update-after-load/
a.h 1 namespace llvm {} namespace
b.h 2 namespace llvm { void f(); } namespace
  /external/clang/test/Modules/
update-after-load.cpp 6 namespace llvm {} namespace
8 void llvm::f() {}
  /external/llvm/tools/lto/
LTODisassembler.cpp 3 // The LLVM Compiler Infrastructure
15 #include "llvm-c/lto.h"
16 #include "llvm/Support/TargetSelect.h"
18 using namespace llvm;
22 llvm::InitializeAllTargetInfos();
23 llvm::InitializeAllTargetMCs();
24 llvm::InitializeAllAsmParsers();
25 llvm::InitializeAllDisassemblers();
  /external/llvm/test/
TestRunner.sh 2 # Deprecated, use 'llvm-lit'.
4 echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
5 exec llvm-lit "$@"
  /external/llvm/include/llvm/
LinkAllPasses.h 1 //===- llvm/LinkAllPasses.h ------------ Reference All Passes ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Analysis/AliasSetTracker.h"
19 #include "llvm/Analysis/CallPrinter.h"
20 #include "llvm/Analysis/DomPrinter.h"
21 #include "llvm/Analysis/FindUsedTypes.h"
22 #include "llvm/Analysis/IntervalPartition.h"
23 #include "llvm/Analysis/Lint.h"
24 #include "llvm/Analysis/Passes.h"
25 #include "llvm/Analysis/PostDominators.h
    [all...]
LinkAllIR.h 3 // The LLVM Compiler Infrastructure
19 #include "llvm/IR/InlineAsm.h"
20 #include "llvm/IR/Instructions.h"
21 #include "llvm/IR/IntrinsicInst.h"
22 #include "llvm/IR/LLVMContext.h"
23 #include "llvm/IR/Module.h"
24 #include "llvm/IR/Verifier.h"
25 #include "llvm/Support/Dwarf.h"
26 #include "llvm/Support/DynamicLibrary.h"
27 #include "llvm/Support/MathExtras.h
    [all...]
  /external/llvm/lib/CodeGen/
JITCodeEmitter.cpp 1 //===-- llvm/CodeGen/JITCodeEmitter.cpp - Code emission --------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 #include "llvm/CodeGen/JITCodeEmitter.h"
12 using namespace llvm;
MachineCodeEmitter.cpp 1 //===-- llvm/CodeGen/MachineCodeEmitter.cpp - Code emission -----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 #include "llvm/CodeGen/MachineCodeEmitter.h"
12 using namespace llvm;
  /external/llvm/lib/IR/
GVMaterializer.cpp 3 // The LLVM Compiler Infrastructure
15 #include "llvm/IR/GVMaterializer.h"
16 using namespace llvm;
  /external/llvm/lib/MC/
MCSection.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCSection.h"
11 #include "llvm/MC/MCAsmInfo.h"
12 #include "llvm/MC/MCContext.h"
13 #include "llvm/Support/raw_ostream.h"
14 using namespace llvm;
MCSymbolizer.cpp 1 //===-- llvm/MC/MCSymbolizer.cpp - MCSymbolizer class -----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 #include "llvm/MC/MCSymbolizer.h"
12 using namespace llvm;
  /external/llvm/lib/Support/
IncludeFile.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/IncludeFile.h"
16 using namespace llvm;
19 // llvm/Support/IncludeFile.h header for details.
IntrusiveRefCntPtr.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/ADT/IntrusiveRefCntPtr.h"
12 using namespace llvm;
Hashing.cpp 3 // The LLVM Compiler Infrastructure
10 // This file provides implementation bits for the LLVM common hashing
16 #include "llvm/ADT/Hashing.h"
18 using namespace llvm;
23 size_t llvm::hashing::detail::fixed_seed_override = 0;
27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) {
  /external/llvm/lib/Target/Hexagon/
HexagonMachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/MSP430/
MSP430MachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCCodeEmitter.cpp 3 // The LLVM Compiler Infrastructure
17 using namespace llvm;
  /external/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/llvm/lib/Target/
TargetJITInfo.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/Target/TargetJITInfo.h"
12 using namespace llvm;
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.cpp 3 // The LLVM Compiler Infrastructure
12 using namespace llvm;
  /external/clang/include/clang/Basic/
LLVM.h 1 //===--- LLVM.h - Import various common LLVM datatypes ----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
11 /// \brief Forward-declares and imports various common LLVM datatypes that
22 #include "llvm/Support/Casting.h"
25 #include "llvm/ADT/None.h"
27 namespace llvm { namespace
54 using llvm::isa;
55 using llvm::cast;
56 using llvm::dyn_cast
    [all...]
  /external/llvm/include/llvm/CodeGen/
LinkAllCodegenComponents.h 1 //===- llvm/Codegen/LinkAllCodegenComponents.h ------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/CodeGen/GCs.h"
19 #include "llvm/CodeGen/Passes.h"
20 #include "llvm/CodeGen/SchedulerRegistry.h"
21 #include "llvm/Target/TargetMachine.h"
34 (void) llvm::createFastRegisterAllocator();
35 (void) llvm::createBasicRegisterAllocator();
36 (void) llvm::createGreedyRegisterAllocator();
37 (void) llvm::createDefaultPBQPRegisterAllocator()
    [all...]

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 91011>>