Home
last modified time | relevance | path

Searched refs:getArch (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DTargetOptions.h39 const std::string& getArch() const { return m_ArchName; } in getArch() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsEmulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateMipsELF()
DMipsLDBackend.cpp930 llvm::Triple::ArchType arch = triple.getArch(); in createMipsLDBackend()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Emulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateX86ELF()
DX86LDBackend.cpp47 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in X86GNULDBackend()
716 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in createX86LDBackend()
/frameworks/compile/mclinker/include/mcld/Support/
DTargetRegistry.h134 if (pTriple.getArch() == TargetArchType) in getTripleMatchQuality()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp331 m_pConfig->targets().getArch(), triple, error); in initTarget()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp411 if (arch.getArch() == llvm::Triple::x86_64) in addPostLTOCustomPasses()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp194 if (emu_triple.getArch() == llvm::Triple::UnknownArch && in ParseEmulation()
199 if (emu_triple.getArch() != llvm::Triple::UnknownArch) in ParseEmulation()
200 triple.setArch(emu_triple.getArch()); in ParseEmulation()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1676 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1738 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1820 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer()