Searched refs:llvm (Results 101 - 125 of 4004) sorted by last modified time

1234567891011>>

/external/llvm/unittests/IR/
H A DValueHandleTest.cpp10 #include "llvm/IR/ValueHandle.h"
11 #include "llvm/IR/Constants.h"
12 #include "llvm/IR/Instructions.h"
13 #include "llvm/IR/LLVMContext.h"
17 using namespace llvm;
H A DValueMapTest.cpp1 //===- llvm/unittest/ADT/ValueMapTest.cpp - ValueMap unit tests -*- C++ -*-===//
10 #include "llvm/IR/ValueMap.h"
11 #include "llvm/Config/llvm-config.h"
12 #include "llvm/IR/Constants.h"
13 #include "llvm/IR/Instructions.h"
14 #include "llvm/IR/LLVMContext.h"
17 using namespace llvm;
H A DValueTest.cpp1 //===- llvm/unittest/IR/ValueTest.cpp - Value unit tests ------------------===//
10 #include "llvm/AsmParser/Parser.h"
11 #include "llvm/IR/Function.h"
12 #include "llvm/IR/LLVMContext.h"
13 #include "llvm/IR/Module.h"
14 #include "llvm/IR/Value.h"
15 #include "llvm/Support/SourceMgr.h"
17 using namespace llvm;
H A DVerifierTest.cpp1 //===- llvm/unittest/IR/VerifierTest.cpp - Verifier unit tests ------------===//
10 #include "llvm/IR/Verifier.h"
11 #include "llvm/IR/Constants.h"
12 #include "llvm/IR/DerivedTypes.h"
13 #include "llvm/IR/Function.h"
14 #include "llvm/IR/GlobalAlias.h"
15 #include "llvm/IR/GlobalVariable.h"
16 #include "llvm/IR/Instructions.h"
17 #include "llvm/IR/LLVMContext.h"
18 #include "llvm/I
21 namespace llvm { namespace
[all...]
H A DWaymarkTest.cpp1 //===- llvm/unittest/IR/WaymarkTest.cpp - getUser() unit tests ------------===//
12 #include "llvm/IR/Constants.h"
13 #include "llvm/IR/Function.h"
14 #include "llvm/IR/Instructions.h"
15 #include "llvm/IR/LLVMContext.h"
19 namespace llvm { namespace
57 } // end namespace llvm
/external/llvm/unittests/LineEditor/
H A DLineEditor.cpp10 #include "llvm/LineEditor/LineEditor.h"
11 #include "llvm/Support/FileSystem.h"
12 #include "llvm/Support/Path.h"
15 using namespace llvm;
/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp1 //===- llvm/unittest/Linker/LinkModulesTest.cpp - IRBuilder tests ---------===//
10 #include "llvm/Linker/Linker.h"
11 #include "llvm/IR/BasicBlock.h"
12 #include "llvm/IR/DataLayout.h"
13 #include "llvm/IR/Function.h"
14 #include "llvm/IR/IRBuilder.h"
15 #include "llvm/IR/Module.h"
18 using namespace llvm;
/external/llvm/unittests/MC/
H A DMCAtomTest.cpp1 //===- llvm/unittest/MC/MCAtomTest.cpp - Instructions unit tests ----------===//
10 #include "llvm/MC/MCAnalysis/MCAtom.h"
11 #include "llvm/MC/MCAnalysis/MCModule.h"
14 namespace llvm { namespace
31 } // end namespace llvm
H A DStringTableBuilderTest.cpp10 #include "llvm/MC/StringTableBuilder.h"
14 using namespace llvm;
H A DYAMLTest.cpp1 //===- llvm/unittest/Object/YAMLTest.cpp - Tests for Object YAML ----------===//
10 #include "llvm/MC/YAML.h"
11 #include "llvm/Support/YAMLTraits.h"
14 using namespace llvm;
20 namespace llvm { namespace
29 } // end namespace llvm
34 llvm::raw_svector_ostream OS(Buf);
/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp10 #include "llvm/ADT/STLExtras.h"
11 #include "llvm/Option/Arg.h"
12 #include "llvm/Option/ArgList.h"
13 #include "llvm/Option/Option.h"
16 using namespace llvm;
17 using namespace llvm::opt;
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp1 //=== - llvm/unittest/Support/AlignOfTest.cpp - Alignment utility tests ----===//
10 #include "llvm/Support/AlignOf.h"
11 #include "llvm/Support/Compiler.h"
14 using namespace llvm;
H A DAllocatorTest.cpp1 //===- llvm/unittest/Support/AllocatorTest.cpp - BumpPtrAllocator tests ---===//
10 #include "llvm/Support/Allocator.h"
14 using namespace llvm;
H A DArrayRecyclerTest.cpp10 #include "llvm/Support/ArrayRecycler.h"
11 #include "llvm/Support/Allocator.h"
15 using namespace llvm;
H A DBlockFrequencyTest.cpp1 #include "llvm/Support/BlockFrequency.h"
2 #include "llvm/Support/BranchProbability.h"
3 #include "llvm/Support/DataTypes.h"
7 using namespace llvm;
H A DBranchProbabilityTest.cpp10 #include "llvm/Support/BranchProbability.h"
11 #include "llvm/Support/raw_ostream.h"
14 using namespace llvm;
16 namespace llvm { namespace
H A DCasting.cpp1 //===---------- llvm/unittest/Support/Casting.cpp - Casting tests ---------===//
10 #include "llvm/Support/Casting.h"
11 #include "llvm/IR/User.h"
12 #include "llvm/Support/Debug.h"
13 #include "llvm/Support/raw_ostream.h"
17 namespace llvm { namespace
74 } // End llvm namespace
76 using namespace llvm;
178 bar *llvm::fub() { return nullptr; }
H A DCommandLineTest.cpp1 //===- llvm/unittest/Support/CommandLineTest.cpp - CommandLine tests ------===//
10 #include "llvm/ADT/STLExtras.h"
11 #include "llvm/Config/config.h"
12 #include "llvm/Support/CommandLine.h"
17 using namespace llvm;
155 typedef void ParserFunction(StringRef Source, llvm::cl::StringSaver &Saver,
205 cl::alias Alias("alias", llvm::cl::aliasopt(Actual));
H A DCompressionTest.cpp1 //===- llvm/unittest/Support/CompressionTest.cpp - Compression tests ------===//
14 #include "llvm/Support/Compression.h"
15 #include "llvm/ADT/StringRef.h"
16 #include "llvm/ADT/SmallString.h"
17 #include "llvm/Config/config.h"
20 using namespace llvm;
H A DConvertUTFTest.cpp1 //===- llvm/unittest/Support/ConvertUTFTest.cpp - ConvertUTF tests --------===//
10 #include "llvm/Support/ConvertUTF.h"
16 using namespace llvm;
H A DDataExtractorTest.cpp1 //===- llvm/unittest/Support/DataExtractorTest.cpp - DataExtractor tests --===//
11 #include "llvm/Support/DataExtractor.h"
12 using namespace llvm;
H A DEndianTest.cpp10 #include "llvm/Support/Endian.h"
11 #include "llvm/Support/DataTypes.h"
15 using namespace llvm;
H A DErrorOrTest.cpp10 #include "llvm/Support/ErrorOr.h"
11 #include "llvm/Support/Errc.h"
15 using namespace llvm;
H A DFileOutputBufferTest.cpp1 //===- llvm/unittest/Support/FileOutputBuffer.cpp - unit tests ------------===//
10 #include "llvm/Support/FileOutputBuffer.h"
11 #include "llvm/Support/ErrorHandling.h"
12 #include "llvm/Support/FileSystem.h"
13 #include "llvm/Support/Path.h"
14 #include "llvm/Support/raw_ostream.h"
17 using namespace llvm;
18 using namespace llvm::sys;
H A DIteratorTest.cpp10 #include "llvm/ADT/iterator.h"
11 #include "llvm/ADT/STLExtras.h"
12 #include "llvm/ADT/SmallVector.h"
15 using namespace llvm;

Completed in 304 milliseconds

1234567891011>>