Searched refs:llvm (Results 1 - 25 of 355) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/
H A DGNUInfo.cpp16 GNUInfo::GNUInfo(const llvm::Triple& pTriple)
23 case llvm::Triple::FreeBSD:
24 return llvm::ELF::ELFOSABI_FREEBSD;
25 case llvm::Triple::Linux:
26 return llvm::ELF::ELFOSABI_LINUX;
28 return llvm::ELF::ELFOSABI_NONE;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader_2_7.h18 #include "llvm/GVMaterializer.h"
19 #include "llvm/IR/Attributes.h"
20 #include "llvm/IR/Type.h"
21 #include "llvm/IR/OperandTraits.h"
22 #include "llvm/Bitcode/BitstreamReader.h"
23 #include "llvm/Bitcode/LLVMBitCodes.h"
24 #include "llvm/Support/ValueHandle.h"
25 #include "llvm/ADT/DenseMap.h"
28 namespace llvm { namespace
32 } // End llvm namespac
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader_3_0.h17 #include "llvm/GVMaterializer.h"
18 #include "llvm/IR/Attributes.h"
19 #include "llvm/IR/Type.h"
20 #include "llvm/IR/OperandTraits.h"
21 #include "llvm/Bitcode/BitstreamReader.h"
22 #include "llvm/Bitcode/LLVMBitCodes.h"
23 #include "llvm/Support/ValueHandle.h"
24 #include "llvm/ADT/DenseMap.h"
27 namespace llvm { namespace
31 } // End llvm namespac
[all...]
/frameworks/rs/cpu_ref/linkloader/utils/
H A Draw_ostream.h20 #include <llvm/Support/raw_ostream.h>
21 #include <llvm/Support/Format.h>
23 extern llvm::raw_ostream &out();
31 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &, MyFormat const &);
H A Drsl_assert.cpp19 #include <llvm/Support/raw_ostream.h>
32 llvm::errs() << "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n";
33 llvm::errs() << "rslAssert [" << file << ":" << line << "] " << expr << "\n";
34 llvm::errs() << "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n";
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp13 #include <llvm/ADT/SmallString.h>
14 #include <llvm/Support/CommandLine.h>
15 #include <llvm/Support/FileSystem.h>
16 #include <llvm/Support/Path.h>
17 #include <llvm/Support/raw_ostream.h>
18 #include <llvm/Support/system_error.h>
36 static llvm::cl::opt<std::string>
38 llvm::cl::desc("Specify the target triple (default: "
40 llvm::cl::init(DEFAULT_TARGET_TRIPLE_STRING),
41 llvm
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSTransforms.h22 namespace llvm { namespace
28 llvm::ModulePass *
32 llvm::ModulePass * createRSEmbedInfoPass(const RSInfo *info);
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjFileFormat.cpp13 #include <llvm/Support/ELF.h>
22 llvm::ELF::SHT_DYNSYM,
23 llvm::ELF::SHF_ALLOC,
27 llvm::ELF::SHT_STRTAB,
28 llvm::ELF::SHF_ALLOC,
32 llvm::ELF::SHT_PROGBITS,
33 llvm::ELF::SHF_ALLOC,
37 llvm::ELF::SHT_HASH,
38 llvm::ELF::SHF_ALLOC,
42 llvm
[all...]
H A DELFExecFileFormat.cpp13 #include <llvm/Support/ELF.h>
23 llvm::ELF::SHT_DYNSYM,
24 llvm::ELF::SHF_ALLOC,
28 llvm::ELF::SHT_STRTAB,
29 llvm::ELF::SHF_ALLOC,
33 llvm::ELF::SHT_PROGBITS,
34 llvm::ELF::SHF_ALLOC,
38 llvm::ELF::SHT_HASH,
39 llvm::ELF::SHF_ALLOC,
43 llvm
[all...]
H A DELFFileFormat.cpp13 #include <llvm/Support/ELF.h>
71 llvm::ELF::SHT_PROGBITS,
72 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_EXECINSTR,
76 llvm::ELF::SHT_NULL,
80 llvm::ELF::SHT_PROGBITS,
81 llvm::ELF::SHF_ALLOC,
86 llvm::ELF::SHT_NOBITS,
87 llvm::ELF::SHF_ALLOC | llvm
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/ADT/SmallVector.h"
19 #include "llvm/IR/Attributes.h"
22 namespace llvm { namespace
37 } // end llvm namespace
43 typedef std::vector<llvm::Type*> TypeList;
46 typedef std::vector<std::pair<const llvm::Value*, unsigned> > ValueList;
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef llvm
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/ADT/SmallVector.h"
19 #include "llvm/IR/Attributes.h"
22 namespace llvm { namespace
37 } // end llvm namespace
43 typedef std::vector<llvm::Type*> TypeList;
46 typedef std::vector<std::pair<const llvm::Value*, unsigned> > ValueList;
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef llvm
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h17 #include "llvm/ADT/DenseMap.h"
18 #include "llvm/ADT/SmallVector.h"
19 #include "llvm/IR/Attributes.h"
22 namespace llvm { namespace
37 } // end llvm namespace
43 typedef std::vector<llvm::Type*> TypeList;
46 typedef std::vector<std::pair<const llvm::Value*, unsigned> > ValueList;
48 typedef llvm::DenseMap<llvm::Type*, unsigned> TypeMapType;
52 typedef llvm
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DBCCContextImpl.h20 #include <llvm/ADT/SmallPtrSet.h>
21 #include <llvm/IR/LLVMContext.h>
33 llvm::LLVMContext mLLVMContext;
37 llvm::SmallPtrSet<Source *, 2> mOwnSources;
H A DBCCContextImpl.cpp21 #include <llvm/ADT/STLExtras.h>
32 llvm::DeleteContainerPointers(Sources);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DGDBJIT.cpp32 #include <llvm/Support/Compiler.h>
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp22 #include <llvm/ADT/STLExtras.h>
23 #include <llvm/ADT/SmallString.h>
24 #include <llvm/Config/config.h>
25 #include <llvm/Support/CommandLine.h>
26 #include <llvm/Support/FileSystem.h>
27 #include <llvm/Support/Path.h>
28 #include <llvm/Support/raw_ostream.h>
29 #include <llvm/Support/system_error.h>
53 llvm::cl::list<std::string>
54 OptInputFilenames(llvm
[all...]
/frameworks/compile/slang/
H A Dslang_utils.cpp21 #include "llvm/ADT/StringRef.h"
22 #include "llvm/Support/FileSystem.h"
23 #include "llvm/Support/system_error.h"
27 bool SlangUtils::CreateDirectoryWithParents(llvm::StringRef Dir,
29 llvm::error_code EC = llvm::sys::fs::create_directories(Dir);
30 if (EC != llvm::errc::success) {
/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp14 // StringEntry<llvm::StringRef>
16 StringEntry<llvm::StringRef>::StringEntry()
20 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey)
24 StringEntry<llvm::StringRef>::StringEntry(const StringEntry<llvm::StringRef>& pCopy)
29 StringEntry<llvm::StringRef>::~StringEntry()
35 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef& pVal)
39 m_Value = llvm::StringRef(data, pVal.size());
42 void StringEntry<llvm
[all...]
/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h23 #include <llvm/ADT/Triple.h>
24 #include <llvm/Support/CodeGen.h>
25 #include <llvm/Target/TargetOptions.h>
27 namespace llvm { namespace
31 } // end namespace llvm
45 llvm::TargetOptions mTargetOpts;
47 llvm::CodeModel::Model mCodeModel;
49 llvm::CodeGenOpt::Level mOptLevel;
51 llvm::Reloc::Model mRelocModel;
61 const llvm
[all...]
/frameworks/rs/cpu_ref/linkloader/lib/
H A DELFTypes.cpp18 #include <llvm/Support/raw_ostream.h>
19 #include <llvm/Support/Format.h>
24 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, TYPE const &val) { \
25 os << llvm::format("%0*x", FORMAT_WIDTH, val.value); \
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp22 #include <llvm/IR/DerivedTypes.h>
23 #include <llvm/IR/Function.h>
24 #include <llvm/IR/Instructions.h>
25 #include <llvm/IR/IRBuilder.h>
26 #include <llvm/IR/MDBuilder.h>
27 #include <llvm/IR/Module.h>
28 #include <llvm/Pass.h>
29 #include <llvm/Support/raw_ostream.h>
30 #include <llvm/IR/DataLayout.h>
31 #include <llvm/I
[all...]
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp19 #include <llvm/CodeGen/SchedulerRegistry.h>
20 #include <llvm/MC/SubtargetFeature.h>
21 #include <llvm/Support/TargetRegistry.h>
33 llvm::RegisterScheduler::setDefault(llvm::createDefaultScheduler);
43 // options.FloatABIType = llvm::FloatABI::Soft;
45 mTargetOpts.FloatABIType = llvm::FloatABI::Soft;
54 mCodeModel = llvm::CodeModel::Small;
59 mRelocModel = llvm::Reloc::Default;
64 mOptLevel = llvm
[all...]
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp22 #include <llvm/ADT/STLExtras.h>
23 #include <llvm/ADT/SmallString.h>
24 #include <llvm/Config/config.h>
25 #include <llvm/Support/CommandLine.h>
26 #include <llvm/Support/FileSystem.h>
27 #include <llvm/Support/MemoryBuffer.h>
28 #include <llvm/Support/raw_ostream.h>
29 #include <llvm/Support/system_error.h>
55 llvm::cl::opt<std::string>
56 OptInputFilename(llvm
[all...]
/frameworks/rs/cpu_ref/linkloader/include/
H A DELF.h4 #include <llvm/Support/ELF.h>
6 using namespace llvm::ELF;
8 // These definitions are not defined in include/llvm/Support/ELF.h.

Completed in 252 milliseconds

1234567891011>>