Searched refs:llvm (Results 176 - 200 of 340) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/LD/
H A DMergedStringTable.cpp13 bool MergedStringTable::insertString(llvm::StringRef pString) {
37 size_t MergedStringTable::getOutputOffset(llvm::StringRef pStr) {
H A DRelocData.cpp13 #include <llvm/Support/ManagedStatic.h>
19 static llvm::ManagedStatic<RelocDataFactory> g_RelocDataFactory;
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp33 Input* InputFactory::produce(llvm::StringRef pName,
42 Input* InputFactory::produce(llvm::StringRef pName,
/frameworks/compile/mclinker/lib/Script/
H A DFileToken.cpp13 #include <llvm/Support/ManagedStatic.h>
18 static llvm::ManagedStatic<FileTokenFactory> g_FileTokenFactory;
H A DNameSpec.cpp13 #include <llvm/Support/ManagedStatic.h>
18 static llvm::ManagedStatic<NameSpecFactory> g_NameSpecFactory;
H A DScriptReader.cpp16 #include <llvm/ADT/StringRef.h>
47 llvm::StringRef region = input.memArea()->request(input.fileOffset(), size);
H A DStrToken.cpp13 #include <llvm/Support/ManagedStatic.h>
18 static llvm::ManagedStatic<StrTokenFactory> g_StrTokenFactory;
H A DStringList.cpp15 #include <llvm/Support/ManagedStatic.h>
20 static llvm::ManagedStatic<StringListFactory> g_StringListFactory;
H A DRpnExpr.cpp17 #include <llvm/Support/ManagedStatic.h>
18 #include <llvm/Support/Casting.h>
23 static llvm::ManagedStatic<ExprFactory> g_ExprFactory;
37 llvm::cast<Operand>(*it)->isDot())
/frameworks/compile/mclinker/
H A Dmcld.mk12 include $(LLVM_ROOT_PATH)/llvm.mk
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp26 #include "llvm/ADT/StringExtras.h"
27 #include "llvm/IR/DataLayout.h"
28 #include "llvm/IR/DerivedTypes.h"
29 #include "llvm/IR/Type.h"
94 /* TODO If we return std::string instead of llvm::StringRef, we could build
170 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
197 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
245 llvm::SmallPtrSet<clang::Type const *, 8> &SPS,
404 llvm::SmallPtrSet<const clang::Type*, 8> SPS =
405 llvm
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp19 #include "llvm/IR/AssemblyAnnotationWriter.h"
20 #include <llvm/IR/Module.h>
21 #include "llvm/Linker/Linker.h"
22 #include <llvm/Support/CommandLine.h>
23 #include <llvm/Support/Path.h>
24 #include <llvm/Support/raw_ostream.h>
65 extern llvm::cl::opt<bool> EnableGlobalMerge;
71 const llvm::CodeGenOpt::Level script_opt_level =
72 static_cast<llvm::CodeGenOpt::Level>(pScript.getOptimizationLevel());
182 llvm
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A Dilist_sort.h12 #include <llvm/ADT/ilist.h>
22 void sort(llvm::iplist<T, Alloc>& xs, size_t size, Comparator is_less_than) {
23 typedef llvm::iplist<T, Alloc> iplist;
77 void sort(llvm::iplist<T, Alloc>& list,
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h14 #include <llvm/Support/DataTypes.h>
20 namespace llvm { namespace
22 } // namespace llvm
66 const LDSymbol* getSymbol(const llvm::StringRef& pName) const;
67 LDSymbol* getSymbol(const llvm::StringRef& pName);
H A DLDSymbol.h18 namespace llvm { namespace
24 } // namespace llvm
68 llvm::StringRef str() const {
70 return llvm::StringRef(m_pResolveInfo->name(), m_pResolveInfo->nameSize());
128 friend void* llvm::object_creator();
H A DMsgHandler.h14 #include <llvm/ADT/StringRef.h>
15 #include <llvm/ADT/Twine.h>
31 void addString(llvm::StringRef pStr) const;
47 llvm::StringRef pStr) {
H A DRelocData.h19 #include <llvm/ADT/ilist.h>
20 #include <llvm/ADT/ilist_node.h>
21 #include <llvm/Support/DataTypes.h>
44 typedef llvm::iplist<Relocation, GCFactoryListTraits<Relocation> >
H A DSectionData.h17 #include <llvm/ADT/ilist.h>
18 #include <llvm/ADT/ilist_node.h>
19 #include <llvm/Support/DataTypes.h>
36 typedef llvm::iplist<Fragment> FragmentListType;
H A DELFSegmentFactory.h12 #include <llvm/Support/DataTypes.h>
13 #include <llvm/Support/ELF.h>
58 ELFSegment* produce(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h14 #include <llvm/ADT/DenseMap.h>
H A DMipsLDBackend.h137 void emitSymbol32(llvm::ELF::Elf32_Sym& pSym32,
160 bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
166 bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
173 bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
179 bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
186 void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
192 void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
199 void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
205 void emitRelocation(llvm::ELF::Elf64_Rela& pRel,
212 typedef llvm
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DAndroid.mk3 LLVM_ROOT_PATH := $(LOCAL_PATH)/../../../../external/llvm
4 include $(LLVM_ROOT_PATH)/llvm.mk
/frameworks/compile/libbcc/bcinfo/
H A DAndroid.mk43 LLVM_ROOT_PATH := external/llvm
61 include $(LLVM_ROOT_PATH)/llvm-device-build.mk
89 include $(LLVM_ROOT_PATH)/llvm-host-build.mk
/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp27 llvm::StringRef name(pPath.native());
41 llvm::StringRef name(pPath.native());
54 llvm::StringRef name(base, pSize);
/frameworks/compile/mclinker/unittests/
H A DMCRegionFragmentTest.cpp49 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));
62 llvm::MCFragment* frag = new MCRegionFragment(*region);
64 ASSERT_FALSE(llvm::MCDataFragment::classof(frag));

Completed in 5805 milliseconds

1234567891011>>