HomeSort by relevance Sort by last modified time
    Searched refs:llvm (Results 1 - 25 of 5160) 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/clang/test/Modules/Inputs/cxx-lookup/
a.h 2 namespace llvm { class GlobalValue; } namespace
b.h 2 namespace llvm { class GlobalValue; } namespace
c2.h 2 namespace llvm { class GlobalValue; } namespace
  /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/include/llvm/
LinkAllPasses.h 1 //===- llvm/LinkAllPasses.h ------------ Reference All Passes ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/ADT/Statistic.h"
19 #include "llvm/Analysis/AliasSetTracker.h"
20 #include "llvm/Analysis/BasicAliasAnalysis.h"
21 #include "llvm/Analysis/CFLAliasAnalysis.h"
22 #include "llvm/Analysis/CallPrinter.h"
23 #include "llvm/Analysis/DomPrinter.h"
24 #include "llvm/Analysis/GlobalsModRef.h"
25 #include "llvm/Analysis/IntervalPartition.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/test/
TestRunner.sh 2 # Deprecated, use 'llvm-lit'.
4 echo "warning: '$0' is deprecated, use 'llvm-lit' instead."
5 exec llvm-lit "$@"
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetSelectionDAGInfo.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Target/TargetSelectionDAGInfo.h"
15 #include "llvm/Target/TargetMachine.h"
16 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/
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/
IntrusiveRefCntPtr.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/ADT/IntrusiveRefCntPtr.h"
12 using namespace llvm;
MemoryObject.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/Support/MemoryObject.h"
11 using namespace llvm;
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCCodeEmitter.cpp 3 // The LLVM Compiler Infrastructure
17 using namespace llvm;
  /external/llvm/lib/Target/AVR/TargetInfo/
AVRTargetInfo.cpp 3 // The LLVM Compiler Infrastructure
10 #include "llvm/IR/Module.h"
11 #include "llvm/Support/TargetRegistry.h"
13 namespace llvm { namespace
18 llvm::RegisterTarget<llvm::Triple::avr> X(
19 llvm::TheAVRTarget, "avr", "Atmel AVR Microcontroller");
  /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/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/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
55 using llvm::isa;
56 using llvm::cast;
57 using llvm::dyn_cast
    [all...]
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSTransforms.h 20 namespace llvm { namespace
29 llvm::ModulePass *
32 llvm::FunctionPass *
35 llvm::FunctionPass *
38 llvm::ModulePass * createRSEmbedInfoPass();
40 llvm::ModulePass * createRSGlobalInfoPass(bool pSkipConstants);
42 llvm::ModulePass * createRSScreenFunctionsPass();
44 llvm::ModulePass * createRSIsThreadablePass();
46 llvm::ModulePass * createRSX86_64CallConvPass();
48 llvm::ModulePass * createRSAddDebugInfoPass()
    [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...]
  /external/llvm/include/llvm/LibDriver/
LibDriver.h 1 //===- llvm/LibDriver/LibDriver.h - lib.exe-compatible driver ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
11 // bitcode files. Used by llvm-lib and lld-link /lib.
18 #include "llvm/ADT/ArrayRef.h"
20 namespace llvm { namespace
22 int libDriverMain(llvm::ArrayRef<const char*> ARgs);

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>