Searched refs:llvm (Results 326 - 350 of 405) sorted by relevance

<<11121314151617

/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h16 #include <llvm/Support/raw_ostream.h>
122 inline llvm::raw_ostream&
123 operator<<(llvm::raw_ostream& pOS, const Path& pPath)
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h12 #include <llvm/ADT/StringRef.h>
13 #include <llvm/Support/DataTypes.h>
142 virtual llvm::StringRef getEntry(const Module& pModule) const = 0;
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp19 #include <llvm/Support/Casting.h>
113 llvm::cast<Operand>(*it)->isDot())
149 llvm::cast<Operand>(*it)->isDot())
H A DInputSectDesc.cpp14 #include <llvm/Support/Casting.h>
62 WildcardPattern* wildcard = llvm::cast<WildcardPattern>(*it);
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp63 llvm::StringRef Name(DataElementInfoTable[i].name);
76 llvm::StringRef TypeName;
167 RSExportElement::GetElementInfo(const llvm::StringRef &Name) {
H A Dslang_rs_context.cpp30 #include "llvm/IR/LLVMContext.h"
31 #include "llvm/IR/DataLayout.h"
57 mLLVMContext(llvm::getGlobalContext()),
67 mDataLayout = new llvm::DataLayout(Target.getTargetDescription());
123 bool RSContext::processExportType(const llvm::StringRef &Name) {
251 bool RSContext::insertExportType(const llvm::StringRef &TypeName,
H A Dslang_rs_pragma_handler.h38 RSPragmaHandler(llvm::StringRef Name, RSContext *Context)
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp15 #include <llvm/ADT/StringRef.h>
54 llvm::StringRef result1 = m_pTestee->insertString(s1);
62 llvm::StringRef result1 = m_pTestee->insertString(s1);
63 llvm::StringRef result2 = m_pTestee->insertString(s2.c_str());
183 const llvm::MCSectionData *section = 0;
216 const llvm::MCSectionData *section = 0;
H A DGCFactoryListTraitsTest.cpp51 // Erasing of llvm::iplist won't destroy the allocation of the nodes managed
66 llvm::iplist<Node>::const_iterator it = m_pNodeList.begin(); \
104 for (llvm::iplist<Node>::const_iterator I = m_pNodeList.begin(),
/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp17 #include "llvm/Bitcode/ReaderWriter.h"
18 #include "llvm/IR/LLVMContext.h"
19 #include "llvm/IR/Module.h"
20 #include "llvm/IR/Verifier.h"
21 #include "llvm/IRReader/IRReader.h"
22 #include "llvm/Pass.h"
23 #include "llvm/PassManager.h"
24 #include "llvm/Support/CommandLine.h"
25 #include "llvm/Support/FileSystem.h"
26 #include "llvm/Suppor
[all...]
/frameworks/compile/mclinker/
H A DAndroid.mk4 LLVM_ROOT_PATH := external/llvm
/frameworks/compile/mclinker/lib/LD/
H A DSectionSymbolSet.cpp40 llvm::StringRef sym_name = llvm::StringRef(pOutSect.name());
H A DArchive.cpp12 #include <llvm/ADT/StringRef.h>
122 bool Archive::addArchiveMember(const llvm::StringRef& pName,
141 bool Archive::hasArchiveMember(const llvm::StringRef& pName) const
147 Archive::ArchiveMember* Archive::getArchiveMember(const llvm::StringRef& pName)
H A DMsgHandler.cpp29 void MsgHandler::addString(llvm::StringRef pStr) const
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp50 MCLDDirectory::MCLDDirectory(llvm::StringRef pName)
64 MCLDDirectory &MCLDDirectory::assign(llvm::StringRef pName)
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionSymTab.hxx66 typename llvm::StringMap<ELFSymbolTy *>::const_iterator symbol =
116 using namespace llvm;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp10 #include "llvm-c/BitReader.h"
11 #include "llvm/Bitcode/ReaderWriter.h"
12 #include "llvm/LLVMContext.h"
13 #include "llvm/Support/MemoryBuffer.h"
17 using namespace llvm;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp10 #include "llvm-c/BitReader.h"
11 #include "llvm/Bitcode/ReaderWriter.h"
12 #include "llvm/LLVMContext.h"
13 #include "llvm/Support/MemoryBuffer.h"
17 using namespace llvm;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h11 #include <llvm/ADT/StringRef.h>
/frameworks/compile/mclinker/include/mcld/LD/
H A DGNUArchiveReader.h74 shouldIncludeSymbol(const llvm::StringRef& pSymName) const;
/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h12 #include <llvm/ADT/Triple.h>
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h15 #include <llvm/ADT/StringRef.h>
/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h13 #include <llvm/Support/DataTypes.h>
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp66 if (llvm::ELF::R_MIPS_26 != pReloc.type())
/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp17 #include <llvm/Support/Casting.h>

Completed in 752 milliseconds

<<11121314151617