HomeSort by relevance Sort by last modified time
    Searched defs:llvm (Results 76 - 100 of 1309) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/include/llvm/MC/
MCELF.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/MC/MCExpr.h"
20 namespace llvm { namespace
  /external/llvm/include/llvm/
PassRegistry.h 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
20 #include "llvm/ADT/StringRef.h"
21 #include "llvm/Support/CBindingWrapping.h"
22 #include "llvm-c/Core.h"
24 namespace llvm { namespace
32 /// NOTE: PassRegistry is NOT thread-safe. If you want to use LLVM on multiple
  /external/llvm/include/llvm/Support/
Atomic.h 1 //===- llvm/Support/Atomic.h - Atomic Operations -----------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 // This file declares the llvm::sys atomic operations.
17 #include "llvm/Support/DataTypes.h"
19 namespace llvm { namespace
Capacity.h 3 // The LLVM Compiler Infrastructure
20 namespace llvm { namespace
29 } // end namespace llvm
DataStream.h 1 //===---- llvm/Support/DataStream.h - Lazy bitcode streaming ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
22 namespace llvm { namespace
Disassembler.h 1 //===- llvm/Support/Disassembler.h ------------------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/DataTypes.h"
21 namespace llvm { namespace
Errno.h 1 //===- llvm/Support/Errno.h - Portable+convenient errno handling -*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
19 namespace llvm { namespace
32 } // namespace llvm
Locale.h 4 #include "llvm/ADT/StringRef.h"
6 namespace llvm { namespace
MemoryObject.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/Support/DataTypes.h"
15 namespace llvm { namespace
PluginLoader.h 1 //===-- llvm/Support/PluginLoader.h - Plugin Loader for Tools ---*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
20 #include "llvm/Support/CommandLine.h"
22 namespace llvm { namespace
Program.h 1 //===- llvm/Support/Program.h ------------------------------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
10 // This file declares the llvm::sys::Program class.
17 #include "llvm/ADT/ArrayRef.h"
18 #include "llvm/Support/Path.h"
19 #include "llvm/Support/system_error.h"
21 namespace llvm { namespace
Signals.h 1 //===- llvm/Support/Signals.h - Signal Handling support ----------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
18 #include "llvm/Support/Path.h"
21 namespace llvm { namespace
61 } // End llvm namespace
  /external/llvm/include/llvm/TableGen/
Main.h 1 //===- llvm/TableGen/Main.h - tblgen entry point ----------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 namespace llvm { namespace
  /external/llvm/include/llvm/Target/
TargetIntrinsicInfo.h 1 //===-- llvm/Target/TargetIntrinsicInfo.h - Instruction Info ----*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
17 #include "llvm/Support/Compiler.h"
20 namespace llvm { namespace
37 /// Return the name of a target intrinsic, e.g. "llvm.bfin.ssync".
56 /// Create or insert an LLVM Function declaration for an intrinsic,
63 } // End llvm namespace
  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/IR/IRBuilder.h"
20 namespace llvm { namespace
SimplifyLibCalls.h 3 // The LLVM Compiler Infrastructure
18 namespace llvm { namespace
51 } // End llvm namespace
SpecialCaseList.h 3 // The LLVM Compiler Infrastructure
40 // Note that the wild card is in fact an llvm::Regex, but * is automatically
48 #include "llvm/ADT/StringMap.h"
50 namespace llvm { namespace
102 } // namespace llvm
  /external/llvm/lib/CodeGen/
Spiller.h 1 //===-- llvm/CodeGen/Spiller.h - Spiller -*- C++ -*------------------------===//
3 // The LLVM Compiler Infrastructure
13 namespace llvm { namespace
  /external/llvm/lib/DebugInfo/
DWARFRelocMap.h 3 // The LLVM Compiler Infrastructure
13 #include "llvm/ADT/DenseMap.h"
15 namespace llvm { namespace
19 } // namespace llvm
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 3 // The LLVM Compiler Infrastructure
19 using namespace llvm;
21 namespace llvm { namespace
103 } // end namespace llvm
RuntimeDyldMachO.h 3 // The LLVM Compiler Infrastructure
18 #include "llvm/ADT/IndexedMap.h"
19 #include "llvm/Object/MachO.h"
20 #include "llvm/Support/Format.h"
22 using namespace llvm;
23 using namespace llvm::object;
26 namespace llvm { namespace
71 } // end namespace llvm
  /external/llvm/lib/Support/
BranchProbability.cpp 3 // The LLVM Compiler Infrastructure
14 #include "llvm/Support/BranchProbability.h"
15 #include "llvm/Support/Debug.h"
16 #include "llvm/Support/Format.h"
17 #include "llvm/Support/raw_ostream.h"
19 using namespace llvm;
29 namespace llvm { namespace
SearchForAddressOfSpecialSymbol.cpp 3 // The LLVM Compiler Infrastructure
54 namespace llvm { namespace
58 } // namespace llvm
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
19 namespace llvm { namespace
AArch64TargetObjectFile.h 3 // The LLVM Compiler Infrastructure
17 #include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
18 #include "llvm/Target/TargetMachine.h"
19 #include "llvm/Target/TargetLoweringObjectFile.h"
21 namespace llvm { namespace
29 } // end namespace llvm

Completed in 629 milliseconds

1 2 34 5 6 7 8 91011>>