Searched refs:pTriple (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/compile/mclinker/lib/Core/
H A DTargetOptions.cpp21 TargetOptions::TargetOptions(const std::string& pTriple) argument
22 : m_Triple(pTriple),
31 void TargetOptions::setTriple(const llvm::Triple& pTriple) argument
33 m_Triple = pTriple;
36 void TargetOptions::setTriple(const std::string& pTriple) argument
38 m_Triple.setTriple(pTriple);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GNUInfo.h20 X86_32GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) { } argument
35 X86_64GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) { } argument
H A DX86TargetMachine.cpp28 const std::string& pTriple)
29 : MCLDTargetMachine(pPM, pLLVMTarget, pMCLDTarget, pTriple) {
25 X86TargetMachine(llvm::TargetMachine& pPM, const llvm::Target& pLLVMTarget, const mcld::Target& pMCLDTarget, const std::string& pTriple) argument
H A DX86MCLinker.cpp22 MCLinker* createX86MCLinker(const std::string &pTriple, argument
27 llvm::Triple theTriple(pTriple);
/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp26 unsigned int Target::getTripleQuality(const llvm::Triple& pTriple) const
30 return TripleMatchQualityFn(pTriple);
34 Target::createTargetMachine(const std::string& pTriple, argument
40 return TargetMachineCtorFn(pTarget, *this, pTM, pTriple);
45 Target::createMCLinker(const std::string &pTriple, argument
52 return MCLinkerCtorFn(pTriple, pConfig, pModule, pFileHandle);
75 const std::string& pTriple) const
79 return DiagnosticLineInfoCtorFn(pTarget, pTriple);
H A DTargetRegistry.cpp28 const Target* TargetRegistry::lookupTarget(const std::string &pTriple, argument
36 llvm::Triple triple(pTriple);
69 llvm::Triple& pTriple,
92 pTriple.setArch(type);
96 result = lookupTarget(pTriple.getTriple(), error);
99 pTriple.getTriple() + "'\n" +
68 lookupTarget(const std::string& pArchName, llvm::Triple& pTriple, std::string& pError) argument
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp19 const std::string& pTriple)
20 : MCLDTargetMachine(pPM, pLLVMTarget, pMCLDTarget, pTriple) {
16 AArch64BaseTargetMachine(llvm::TargetMachine& pPM, const llvm::Target &pLLVMTarget, const mcld::Target &pMCLDTarget, const std::string& pTriple) argument
H A DAArch64GNUInfo.h20 AArch64GNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) { } argument
H A DAArch64MCLinker.cpp23 MCLinker* createAArch64MCLinker(const std::string& pTriple, argument
28 llvm::Triple theTriple(pTriple);
H A DAArch64Diagnostic.cpp21 const std::string &pTriple)
20 createAArch64DiagLineInfo(const mcld::Target& pTarget, const std::string &pTriple) argument
H A DAArch64TargetMachine.h23 const std::string& pTriple);
/frameworks/compile/mclinker/lib/Target/
H A DGNUInfo.cpp16 GNUInfo::GNUInfo(const llvm::Triple& pTriple) argument
17 : m_Triple(pTriple) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp27 const std::string& pTriple)
28 : MCLDTargetMachine(pPM, pLLVMTarget, pMCLDTarget, pTriple) {
24 HexagonTargetMachine(llvm::TargetMachine& pPM, const llvm::Target& pLLVMTarget, const mcld::Target& pMCLDTarget, const std::string& pTriple) argument
H A DHexagonMCLinker.cpp21 MCLinker* createHexagonMCLinker(const std::string &pTriple, argument
26 llvm::Triple theTriple(pTriple);
H A DHexagonDiagnostic.cpp20 createHexagonDiagLineInfo(const Target& pTarget, const std::string &pTriple) argument
H A DHexagonTargetMachine.h22 const std::string &pTriple);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGNUInfo.h20 ARMGNUInfo(const llvm::Triple& pTriple) : GNUInfo(pTriple) { } argument
H A DARMTargetMachine.cpp19 const std::string& pTriple)
20 : MCLDTargetMachine(pPM, pLLVMTarget, pMCLDTarget, pTriple) {
16 ARMBaseTargetMachine(llvm::TargetMachine& pPM, const llvm::Target &pLLVMTarget, const mcld::Target &pMCLDTarget, const std::string& pTriple) argument
H A DARMMCLinker.cpp22 MCLinker* createARMMCLinker(const std::string& pTriple, argument
27 llvm::Triple theTriple(pTriple);
H A DARMDiagnostic.cpp20 const std::string &pTriple)
19 createARMDiagLineInfo(const mcld::Target& pTarget, const std::string &pTriple) argument
H A DARMTargetMachine.h23 const std::string& pTriple);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsTargetMachine.cpp28 const std::string& pTriple)
29 : MCLDTargetMachine(pPM, pLLVMTarget, pMCLDTarget, pTriple) {
25 MipsBaseTargetMachine(llvm::TargetMachine& pPM, const llvm::Target &pLLVMTarget, const mcld::Target &pMCLDTarget, const std::string& pTriple) argument
H A DMipsMCLinker.cpp20 mcld::MCLinker* createMipsMCLinker(const std::string &pTriple, argument
25 llvm::Triple theTriple(pTriple);
/frameworks/compile/mclinker/include/mcld/Support/
H A DTarget.h41 typedef unsigned int (*TripleMatchQualityFnTy)(const llvm::Triple& pTriple);
48 typedef MCLinker *(*MCLinkerCtorTy)(const std::string& pTriple,
66 unsigned int getTripleQuality(const llvm::Triple& pTriple) const;
69 MCLDTargetMachine* createTargetMachine(const std::string& pTriple,
74 MCLinker *createMCLinker(const std::string &pTriple,
88 const std::string& pTriple) const;
/frameworks/compile/libbcc/include/bcc/Support/
H A DDisassembler.h42 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
46 DisassembleResult Disassemble(OutputFile &pOutput, const char *pTriple,

Completed in 2541 milliseconds

12