Searched refs:pTM (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64TargetMachine.h20 AArch64BaseTargetMachine(llvm::TargetMachine& pTM,
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMTargetMachine.h20 ARMBaseTargetMachine(llvm::TargetMachine& pTM,
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonTargetMachine.h19 HexagonTargetMachine(llvm::TargetMachine &pTM,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsTargetMachine.h19 MipsBaseTargetMachine(llvm::TargetMachine &pTM,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86TargetMachine.h19 X86TargetMachine(llvm::TargetMachine& pTM,
/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp36 llvm::TargetMachine& pTM) const
40 return TargetMachineCtorFn(pTarget, *this, pTM, pTriple);
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h183 llvm::TargetMachine& pTM,
185 return new TargetMachineImpl(pTM, pLLVMTarget, pMCLDTarget, pTriple);
181 Allocator(const llvm::Target& pLLVMTarget, const mcld::Target& pMCLDTarget, llvm::TargetMachine& pTM, const std::string& pTriple) argument
H A DTarget.h71 llvm::TargetMachine& pTM) const;
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DTargetMachine.h54 MCLDTargetMachine(llvm::TargetMachine& pTM,
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp92 mcld::MCLDTargetMachine::MCLDTargetMachine(llvm::TargetMachine &pTM, argument
96 : m_TM(pTM),

Completed in 496 milliseconds