HomeSort by relevance Sort by last modified time
    Searched refs:m_Triple (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/
GNUInfo.cpp 17 : m_Triple(pTriple) {
22 switch (m_Triple.getOS()) {
  /frameworks/compile/mclinker/lib/Core/
TargetOptions.cpp 22 : m_Triple(pTriple),
33 m_Triple = pTriple;
38 m_Triple.setTriple(pTriple);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.cpp 44 if (m_Triple.isArch32Bit())
54 if (m_Triple.isArch32Bit())
69 return m_Triple.isArch32Bit() ? "/lib/ld.so.1" : "/lib64/ld.so.1";
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 66 const llvm::Triple& m_Triple;
  /frameworks/compile/mclinker/include/mcld/
TargetOptions.h 38 const llvm::Triple& triple() const { return m_Triple; }
71 llvm::Triple m_Triple;
  /frameworks/compile/mclinker/include/mcld/CodeGen/
TargetMachine.h 105 const std::string& m_Triple;
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 99 m_Triple(pTriple) {
296 MAB = m_pLLVMTarget->createMCAsmBackend(MRI, m_Triple,
335 m_pLLVMTarget->createMCAsmBackend(MRI, m_Triple, getTM().getTargetCPU());
341 m_Triple, *Context, *MAB, pOutput, MCE, STI,
372 MachineFunctionPass* funcPass = m_pMCLDTarget->createMCLinker(m_Triple,

Completed in 105 milliseconds