Searched refs:llvm (Results 126 - 150 of 340) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h13 #include <llvm/ADT/Triple.h>
18 namespace llvm { namespace
23 } // namespace llvm
28 * \brief TargetRegistry is an object adapter of llvm::TargetRegistry
107 llvm::Triple& pTriple,
117 /// RegisterTarget<llvm::Foo> X(TheFooTarget, "foo", "Foo description");
119 template <llvm::Triple::ArchType TargetArchType = llvm::Triple::UnknownArch>
133 static unsigned int getTripleMatchQuality(const llvm::Triple& pTriple) {
H A DSystemUtils.h14 #include <llvm/Support/DataTypes.h>
/frameworks/compile/libbcc/include/bcc/Support/
H A DDisassembler.h23 namespace llvm { namespace
25 } // end namespace llvm
42 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
/frameworks/compile/mclinker/include/mcld/Config/
H A DTargets.def1 /*===- llvm/Config/Targets.def - MCLD Target Architectures ------*- C++ -*-===*\
31 #include <llvm/Config/Targets.def>
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticInfos.h12 #include <llvm/ADT/StringRef.h>
44 llvm::StringRef getDescription(unsigned int pID, bool pLoC) const;
/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp14 #include <llvm/Support/ManagedStatic.h>
20 static llvm::ManagedStatic<SectDataFactory> g_SectDataFactory;
H A DEhFrameReader.cpp17 #include <llvm/ADT/StringRef.h>
18 #include <llvm/Support/Dwarf.h>
19 #include <llvm/Support/LEB128.h>
46 llvm::StringRef pData) const {
129 llvm::StringRef sect_reg =
136 llvm::StringRef entry =
166 llvm::StringRef pRegion,
205 llvm::StringRef augment((const char*)aug_str_front);
210 cie->setFDEEncode(llvm::dwarf::DW_EH_PE_absptr);
223 uint8_t fde_encoding = llvm
[all...]
H A DLDSymbol.cpp16 #include <llvm/Support/ManagedStatic.h>
24 static llvm::ManagedStatic<LDSymbol> g_NullSymbol;
25 static llvm::ManagedStatic<NullFragment> g_NullSymbolFragment;
26 static llvm::ManagedStatic<LDSymbolFactory> g_LDSymbolFactory;
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp12 #include <llvm/Support/ErrorHandling.h>
29 llvm::report_fatal_error("Unknown type of attribtue value!");
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.h25 #include "llvm/Support/raw_ostream.h"
27 namespace llvm { namespace
41 std::unique_ptr<llvm::raw_string_ostream> mSOS;
H A Dslang_rs_export_element.h24 #include "llvm/ADT/StringMap.h"
25 #include "llvm/ADT/StringRef.h"
49 typedef llvm::StringMap<const ElementInfo*> ElementInfoMapTy;
61 static const ElementInfo *GetElementInfo(const llvm::StringRef &Name);
H A Dslang_rs_export_type.h28 #include "llvm/ADT/SmallPtrSet.h"
29 #include "llvm/ADT/StringMap.h"
30 #include "llvm/ADT/StringRef.h"
32 #include "llvm/Support/ManagedStatic.h"
70 namespace llvm { namespace
72 } // namespace llvm
166 inline bool IsDummyName(const llvm::StringRef &Name) {
189 mutable llvm::Type *mLLVMType;
194 const llvm::StringRef &Name);
205 const 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)
167 const llvm::StringRef Name = FD->getName();
168 static llvm
[all...]
H A Dllvm-rs-cc.cpp25 #include "llvm/ADT/SmallVector.h"
26 #include "llvm/ADT/IntrusiveRefCntPtr.h"
28 #include "llvm/Option/OptTable.h"
29 #include "llvm/Support/ManagedStatic.h"
30 #include "llvm/Support/MemoryBuffer.h"
31 #include "llvm/Support/Path.h"
32 #include "llvm/Support/raw_ostream.h"
33 #include "llvm/Support/Signals.h"
34 #include "llvm/Target/TargetMachine.h"
47 class StringSet : public llvm
[all...]
/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>
312 llvm
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DAndroid.mk3 LLVM_ROOT_PATH := $(LOCAL_PATH)/../../../../../external/llvm
4 include $(LLVM_ROOT_PATH)/llvm.mk
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DAndroid.mk3 LLVM_ROOT_PATH := $(LOCAL_PATH)/../../../../../external/llvm
4 include $(LLVM_ROOT_PATH)/llvm.mk
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScript.h23 namespace llvm { namespace
32 typedef llvm::Module* (*RSLinkRuntimeCallback) (bcc::RSScript *, llvm::Module *, llvm::Module *);
37 // This is one-one mapping with the llvm::CodeGenOpt::Level in
38 // llvm/Support/CodeGen.h. Therefore, value of this type can safely cast
39 // to llvm::CodeGenOpt::Level. This makes RSScript LLVM-free.
/frameworks/compile/mclinker/include/mcld/
H A DTargetOptions.h12 #include <llvm/ADT/Triple.h>
33 const llvm::Triple& triple() const { return m_Triple; }
37 void setTriple(const llvm::Triple& pTriple);
62 llvm::Triple m_Triple;
/frameworks/compile/mclinker/lib/Fragment/
H A DRegionFragment.cpp16 RegionFragment::RegionFragment(llvm::StringRef pRegion, SectionData* pSD)
/frameworks/compile/mclinker/lib/MC/
H A DInput.cpp19 Input::Input(llvm::StringRef pName)
31 Input::Input(llvm::StringRef pName, const AttributeProxy& pProxy)
43 Input::Input(llvm::StringRef pName,
58 Input::Input(llvm::StringRef pName,
/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp11 #include <llvm/ADT/Triple.h>
27 unsigned int Target::getTripleQuality(const llvm::Triple& pTriple) const {
34 const llvm::Target& pTarget,
35 llvm::TargetMachine& pTM) const {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.h13 #include <llvm/ADT/DenseMap.h>
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsEmulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch();
25 assert(arch == llvm::Triple::mipsel || arch == llvm::Triple::mips64el);
26 unsigned bitclass = arch == llvm::Triple::mipsel ? 32 : 64;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp14 #include <llvm/Support/Casting.h>

Completed in 544 milliseconds

1234567891011>>