Searched refs:Triple (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsSectLinker.cpp10 #include <llvm/ADT/Triple.h>
26 llvm::Triple theTriple(pTriple);
H A DMipsDiagnostic.cpp9 #include <llvm/ADT/Triple.h>
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMSectLinker.cpp9 #include <llvm/ADT/Triple.h>
25 Triple theTriple(pTriple);
H A DARMDiagnostic.cpp9 #include <llvm/ADT/Triple.h>
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86SectLinker.cpp9 #include <llvm/ADT/Triple.h>
25 Triple theTriple(pTriple);
H A DX86Diagnostic.cpp9 #include <llvm/ADT/Triple.h>
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp69 mArchType = llvm::Triple::UnknownArch;
91 mArchType = llvm::Triple::getArchTypeForLLVMName(mTarget->getName());
93 mArchType = llvm::Triple::UnknownArch;
/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h23 #include <llvm/ADT/Triple.h>
64 llvm::Triple::ArchType mArchType;
102 inline llvm::Triple::ArchType getArchType() const
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInfo.h15 #include <llvm/ADT/Triple.h>
100 const llvm::Triple& triple() const
122 llvm::Triple m_Triple;
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp84 void Compiler::createTarget(const std::string &Triple, const std::string &CPU, argument
86 if (!Triple.empty())
87 mTargetOpts.Triple = Triple;
89 mTargetOpts.Triple = llvm::Triple::normalize(DEFAULT_TARGET_TRIPLE_STRING);
185 void Compiler::init(const std::string &Triple, const std::string &CPU, argument
198 createTarget(Triple, CPU, Features);
H A DCompiler.h59 void init(const std::string &Triple, const std::string &CPU,
111 void createTarget(const std::string &Triple, const std::string &CPU,
H A DBackend.cpp98 std::string Triple = mpModule->getTargetTriple(); local
102 llvm::TargetRegistry::lookupTarget(Triple, Error);
156 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
/frameworks/compile/slang/
H A Dslang.cpp174 void Slang::createTarget(const std::string &Triple, const std::string &CPU, argument
176 if (!Triple.empty())
177 mTargetOpts.Triple = Triple;
179 mTargetOpts.Triple = DEFAULT_TARGET_TRIPLE_STRING;
260 void Slang::init(const std::string &Triple, const std::string &CPU, argument
273 createTarget(Triple, CPU, Features);
H A Dslang_backend.cpp115 std::string Triple = mpModule->getTargetTriple(); local
119 llvm::TargetRegistry::lookupTarget(Triple, Error);
170 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
H A Dslang.h94 void createTarget(std::string const &Triple, std::string const &CPU,
171 void init(const std::string &Triple, const std::string &CPU,
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp231 switch (llvm::Triple::getArchTypeForLLVMName(target->getName())) {
233 case llvm::Triple::arm:
234 case llvm::Triple::thumb: {
239 case llvm::Triple::mipsel: {
244 case llvm::Triple::x86: {
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h92 TargetLDBackend* createLDBackend(const std::string& Triple) const
96 return TargetLDBackendCtorFn(*get(), Triple);
206 /// @param Triple - The Triple string
208 static const mcld::Target *lookupTarget(const std::string &Triple,
253 const std::string &Triple) {
254 return new TargetMachineImpl(TM, T, Triple);
251 Allocator(const mcld::Target &T, llvm::TargetMachine& TM, const std::string &Triple) argument
/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCExpandVAArg.cpp17 #include <llvm/ADT/Triple.h>
/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
H A DARMABCExpandVAArg.cpp17 #include <llvm/ADT/Triple.h>
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
H A DMipsABCExpandVAArg.cpp17 #include <llvm/ADT/Triple.h>
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h223 bool ParseTriple(std::string &Triple);
285 bool ParseModuleTriple(std::string &Triple);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h216 bool ParseTriple(std::string &Triple);
278 bool ParseModuleTriple(std::string &Triple);
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp27 #include <llvm/ADT/Triple.h>
554 Triple::OSType pOSType,
585 if (pOSType == Triple::Win32)
593 if (Triple::Win32 == pOSType) {
606 if (Triple::Win32 == pOSType) {
961 Triple TheTriple;
998 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch);
999 if (Type != Triple::UnknownArch)
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp25 #include "llvm/ADT/Triple.h"
1669 const Triple &TT) {
1683 Triple::ArchType Arch = TT.getArch();
1684 if (Arch == Triple::x86_64)
1686 else if (Arch == Triple::x86)
1688 else if (Arch == Triple::ppc)
1690 else if (Arch == Triple::ppc64)
1692 else if (Arch == Triple::arm || Arch == Triple::thumb)
1722 Triple T
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp25 #include "llvm/ADT/Triple.h"
1686 const Triple &TT) {
1700 Triple::ArchType Arch = TT.getArch();
1701 if (Arch == Triple::x86_64)
1703 else if (Arch == Triple::x86)
1705 else if (Arch == Triple::ppc)
1707 else if (Arch == Triple::ppc64)
1709 else if (Arch == Triple::arm || Arch == Triple::thumb)
1739 Triple T
[all...]

Completed in 227 milliseconds

12