Searched refs:llvm (Results 201 - 225 of 375) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum843419Stub2.cpp23 #include <llvm/ADT/StringExtras.h>
24 #include <llvm/Support/ELF.h>
H A DAArch64Relocator.cpp21 #include <llvm/ADT/Twine.h>
22 #include <llvm/Support/DataTypes.h>
23 #include <llvm/Support/ELF.h>
24 #include <llvm/Support/Host.h>
95 rel_entry.setType(llvm::ELF::R_AARCH64_COPY);
156 case llvm::ELF::R_AARCH64_ABS64:
168 llvm::ELF::R_AARCH64_RELATIVE,
174 case llvm::ELF::R_AARCH64_ABS32:
175 case llvm::ELF::R_AARCH64_ABS16:
193 case llvm
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsAbiFlags.h14 #include <llvm/ADT/Optional.h>
15 #include <llvm/Object/ELFTypes.h>
H A DMipsGOTPLT.h14 #include <llvm/ADT/DenseMap.h>
/frameworks/rs/rsov/compiler/tests/
H A Drs2spirv_lit_driver.sh32 eval llvm-as "$script_path" -o "$output_folder/$script.bc" &&
/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp21 #include <llvm/ADT/StringRef.h>
22 #include <llvm/Bitcode/ReaderWriter.h>
23 #include <llvm/IR/AssemblyAnnotationWriter.h>
24 #include <llvm/IR/LLVMContext.h>
25 #include <llvm/IR/Module.h>
26 #include <llvm/Support/FileSystem.h>
27 #include <llvm/Support/ManagedStatic.h>
28 #include <llvm/Support/MemoryBuffer.h>
29 #include <llvm/Support/ToolOutputFile.h>
345 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 DELFSegment.h14 #include <llvm/Support/DataTypes.h>
15 #include <llvm/Support/ELF.h>
37 explicit ELFSegment(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
90 if (llvm::ELF::PT_TLS != m_Type)
101 static ELFSegment* Create(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
/frameworks/compile/mclinker/lib/Script/
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())
H A DRpnEvaluator.cpp19 #include <llvm/Support/Casting.h>
20 #include <llvm/Support/DataTypes.h>
39 Operator* op = llvm::cast<Operator>(*it);
80 Operand* opd = llvm::cast<Operand>(*it);
86 SymOperand* sym_opd = llvm::cast<SymOperand>(opd);
H A DScriptFile.cpp33 #include <llvm/Support/Casting.h>
34 #include <llvm/Support/ManagedStatic.h>
45 static llvm::ManagedStatic<ParserStrPool> g_ParserStrPool;
90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
153 llvm::cast<OutputSectDesc>(sections->back());
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
202 OutputSectDesc* output_desc = llvm::cast<OutputSectDesc>(sections->back());
212 SectionsCmd* sections = llvm
[all...]
H A DUnaryOp.cpp16 #include <llvm/Support/Casting.h>
76 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
80 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
98 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
102 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
169 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
173 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
/frameworks/rs/rsov/compiler/
H A Drs2spirv.cpp21 #include "llvm/Bitcode/ReaderWriter.h"
22 #include "llvm/IR/LLVMContext.h"
23 #include "llvm/IR/Module.h"
24 #include "llvm/Support/CommandLine.h"
25 #include "llvm/Support/DataStream.h"
26 #include "llvm/Support/Debug.h"
27 #include "llvm/Support/FileSystem.h"
28 #include "llvm/Support/PrettyStackTrace.h"
29 #include "llvm/Support/Signals.h"
30 #include "llvm/Suppor
[all...]
/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));
H A DELFReaderTest.cpp21 #include <llvm/ADT/StringRef.h>
22 #include <llvm/Support/ELF.h>
68 llvm::StringRef region =
87 ASSERT_EQ(llvm::ELF::SHT_PROGBITS, (*iter)->type());
90 ASSERT_TRUE(llvm::ELF::SHF_ALLOC & (*iter)->flag()); // AX
108 llvm::StringRef symtab_region = m_pInput->memArea()->request(
111 llvm::StringRef strtab_region = m_pInput->memArea()->request(
129 llvm::StringRef region = mem->request(offset, size);
132 ASSERT_EQ(llvm::ELF::SHT_RELA, (*rs)->type());
142 ASSERT_EQ(llvm
[all...]
/frameworks/compile/slang/
H A Dslang_rs_context.h31 #include "llvm/ADT/StringSet.h"
32 #include "llvm/ADT/StringMap.h"
36 namespace llvm { namespace
39 } // namespace llvm
62 typedef llvm::StringSet<> NeedExportVarSet;
63 typedef llvm::StringSet<> NeedExportFuncSet;
64 typedef llvm::StringSet<> NeedExportTypeSet;
76 typedef llvm::StringMap<RSExportType*> ExportTypeMap;
88 const llvm::DataLayout &mDataLayout;
89 llvm
[all...]
H A Dslang_rs_export_foreach.h20 #include "llvm/ADT/StringRef.h"
21 #include "llvm/ADT/SmallVector.h"
22 #include "llvm/Support/raw_ostream.h"
42 typedef llvm::SmallVectorImpl<const clang::ParmVarDecl*> InVec;
43 typedef llvm::SmallVectorImpl<const RSExportType*> InTypeVec;
51 llvm::SmallVector<const RSExportType*, 16> mInTypes;
57 llvm::SmallVector<const clang::ParmVarDecl*, 16> mIns;
71 RSExportForEach(RSContext *Context, const llvm::StringRef &Name)
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticInfos.cpp16 #include <llvm/ADT/StringRef.h>
17 #include <llvm/Support/DataTypes.h>
33 llvm::StringRef getDescription() const {
34 return llvm::StringRef(DescriptionStr, DescriptionLen);
107 llvm::StringRef DiagnosticInfos::getDescription(unsigned int pID,
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp33 #include <llvm/ADT/Triple.h>
34 #include <llvm/Support/Casting.h>
55 m_CopyRel(llvm::ELF::R_HEX_COPY) {
153 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
155 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
162 plt1 = &(llvm::cast<PLTEntryBase>(*it));
186 const FillFragment& fill_frag = llvm::cast<FillFragment>(*frag_iter);
196 llvm::cast<RegionFragment>(*frag_iter);
202 const AlignFragment& align_frag = llvm::cast<AlignFragment>(*frag_iter);
209 llvm
[all...]

Completed in 2810 milliseconds

1234567891011>>