Searched defs:llvm (Results 301 - 325 of 1025) sorted by relevance

<<11121314151617181920>>

/external/llvm/include/llvm/
H A DOperandTraits.h1 //===-- llvm/OperandTraits.h - OperandTraits class definition ---*- C++ -*-===//
18 #include "llvm/User.h"
20 namespace llvm { namespace
158 } // End llvm namespace
H A DSymbolTableListTraits.h1 //===-- llvm/SymbolTableListTraits.h - Traits for iplist --------*- C++ -*-===//
28 #include "llvm/ADT/ilist.h"
30 namespace llvm { namespace
76 } // End llvm namespace
/external/llvm/include/llvm/Support/
H A DBlockFrequency.h17 #include "llvm/Support/DataTypes.h"
19 namespace llvm { namespace
H A DConstantRange.h1 //===-- llvm/Support/ConstantRange.h - Represent a range --------*- C++ -*-===//
35 #include "llvm/ADT/APInt.h"
36 #include "llvm/Support/DataTypes.h"
38 namespace llvm { namespace
267 } // End llvm namespace
H A DDataExtractor.h13 #include "llvm/ADT/StringRef.h"
14 #include "llvm/Support/DataTypes.h"
16 namespace llvm { namespace
350 } // namespace llvm
H A DDynamicLibrary.h1 //===-- llvm/Support/DynamicLibrary.h - Portable Dynamic Library -*- C++ -*-===//
19 namespace llvm { namespace
102 } // End llvm namespace
H A DFileOutputBuffer.h17 #include "llvm/ADT/SmallString.h"
18 #include "llvm/ADT/StringRef.h"
19 #include "llvm/Support/DataTypes.h"
21 namespace llvm { namespace
95 } // end namespace llvm
H A DFileUtilities.h1 //===- llvm/Support/FileUtilities.h - File System Utilities -----*- C++ -*-===//
18 #include "llvm/Support/FileSystem.h"
19 #include "llvm/Support/Path.h"
21 namespace llvm { namespace
78 } // End llvm namespace
H A DIRReader.h1 //===---- llvm/Support/IRReader.h - Reader for LLVM IR files ----*- C++ -*-===//
22 #include "llvm/ADT/OwningPtr.h"
23 #include "llvm/Assembly/Parser.h"
24 #include "llvm/Bitcode/ReaderWriter.h"
25 #include "llvm/Support/MemoryBuffer.h"
26 #include "llvm/Support/SourceMgr.h"
27 #include "llvm/Support/system_error.h"
29 namespace llvm { namespace
H A DLEB128.h1 //===- llvm/Support/LEB128.h - [SU]LEB128 utility functions -----*- C++ -*-===//
18 #include <llvm/Support/raw_ostream.h>
20 namespace llvm { namespace
93 } // namespace llvm
H A DLockFileManager.h12 #include "llvm/ADT/Optional.h"
13 #include "llvm/ADT/SmallString.h"
14 #include "llvm/ADT/StringRef.h"
15 #include "llvm/Support/system_error.h"
18 namespace llvm { namespace
72 } // end namespace llvm
H A DMemory.h1 //===- llvm/Support/Memory.h - Memory Support --------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Memory class.
17 #include "llvm/Support/DataTypes.h"
20 namespace llvm { namespace
H A DMemoryBuffer.h17 #include "llvm/ADT/StringRef.h"
18 #include "llvm/Support/DataTypes.h"
20 namespace llvm { namespace
139 } // end namespace llvm
H A DPredIteratorCache.h1 //===- llvm/Support/PredIteratorCache.h - pred_iterator Cache ---*- C++ -*-===//
14 #include "llvm/Support/Allocator.h"
15 #include "llvm/Support/CFG.h"
16 #include "llvm/ADT/DenseMap.h"
17 #include "llvm/ADT/SmallVector.h"
22 namespace llvm { namespace
68 } // end namespace llvm
H A DPrettyStackTrace.h1 //===- llvm/Support/PrettyStackTrace.h - Pretty Crash Handling --*- C++ -*-===//
19 namespace llvm { namespace
69 } // end namespace llvm
H A DRecyclingAllocator.h1 //==- llvm/Support/RecyclingAllocator.h - Recycling Allocator ----*- C++ -*-==//
18 #include "llvm/Support/Recycler.h"
20 namespace llvm { namespace
61 llvm::RecyclingAllocator<AllocatorType,
68 llvm::RecyclingAllocator<AllocatorType,
H A DSMLoc.h20 namespace llvm { namespace
58 } // end namespace llvm
H A DSaveAndRestore.h18 namespace llvm { namespace
H A DTargetSelect.h19 #include "llvm/Config/llvm-config.h"
24 #include "llvm/Config/Targets.def"
27 #include "llvm/Config/Targets.def"
31 #include "llvm/Config/Targets.def"
35 #include "llvm/Config/AsmPrinters.def"
39 #include "llvm/Config/AsmParsers.def"
44 #include "llvm/Config/Disassemblers.def"
47 namespace llvm { namespace
55 #include "llvm/Confi
[all...]
H A DThreadLocal.h1 //===- llvm/Support/ThreadLocal.h - Thread Local Data ------------*- C++ -*-===//
10 // This file declares the llvm::sys::ThreadLocal class.
17 #include "llvm/Support/Threading.h"
18 #include "llvm/Support/DataTypes.h"
21 namespace llvm { namespace
/external/llvm/include/llvm/Target/
H A DMangler.h1 //===-- llvm/Target/Mangler.h - Self-contained name mangler -----*- C++ -*-===//
17 #include "llvm/ADT/DenseMap.h"
19 namespace llvm { namespace
71 } // End llvm namespace
H A DTargetLoweringObjectFile.h1 //===-- llvm/Target/TargetLoweringObjectFile.h - Object Info ----*- C++ -*-===//
18 #include "llvm/Module.h"
19 #include "llvm/MC/MCObjectFileInfo.h"
20 #include "llvm/MC/SectionKind.h"
21 #include "llvm/ADT/ArrayRef.h"
23 namespace llvm { namespace
63 /// decide not to emit the UsedDirective for some symbols in llvm.used.
145 } // end namespace llvm
H A DTargetSubtargetInfo.h1 //==-- llvm/Target/TargetSubtargetInfo.h - Target Information ----*- C++ -*-==//
17 #include "llvm/MC/MCSubtargetInfo.h"
18 #include "llvm/Support/CodeGen.h"
20 namespace llvm { namespace
66 } // End llvm namespace
/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h20 #include "llvm/BasicBlock.h"
21 #include "llvm/Support/CFG.h"
22 #include "llvm/Support/DebugLoc.h"
24 namespace llvm { namespace
206 } // End llvm namespace
H A DCloning.h21 #include "llvm/ADT/ValueMap.h"
22 #include "llvm/ADT/SmallVector.h"
23 #include "llvm/ADT/Twine.h"
24 #include "llvm/Support/ValueHandle.h"
25 #include "llvm/Transforms/Utils/ValueMapper.h"
27 namespace llvm { namespace
204 } // End llvm namespace

Completed in 728 milliseconds

<<11121314151617181920>>