Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/X86/
DX86Emulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateX86ELF()
27 pConfig.targets().triple().getEnvironment() == llvm::Triple::GNUX32) { in MCLDEmulateX86ELF()
50 if (pConfig.targets().triple().isOSDarwin()) { in emulateX86LD()
54 if (pConfig.targets().triple().isOSWindows()) { in emulateX86LD()
DX86LDBackend.cpp47 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in X86GNULDBackend()
50 pConfig.targets().triple().getEnvironment() == llvm::Triple::GNUX32) { in X86GNULDBackend()
700 if (pConfig.targets().triple().isOSDarwin()) { in createX86LDBackend()
708 if (pConfig.targets().triple().isOSWindows()) { in createX86LDBackend()
716 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in createX86LDBackend()
719 pConfig, new X86_32GNUInfo(pConfig.targets().triple())); in createX86LDBackend()
722 new X86_64GNUInfo(pConfig.targets().triple())); in createX86LDBackend()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsEmulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateMipsELF()
45 if (pConfig.targets().triple().isOSDarwin()) { in emulateMipsLD()
49 if (pConfig.targets().triple().isOSWindows()) { in emulateMipsLD()
DMipsLDBackend.cpp432 bool isTarget64Bit = config().targets().triple().isArch64Bit(); in mergeFlags()
478 if (config().targets().triple().isArch32Bit()) { in readSection()
1338 const llvm::Triple& triple = pConfig.targets().triple(); in createMipsLDBackend() local
1340 if (triple.isOSDarwin()) { in createMipsLDBackend()
1343 if (triple.isOSWindows()) { in createMipsLDBackend()
1347 llvm::Triple::ArchType arch = triple.getArch(); in createMipsLDBackend()
1350 return new Mips64GNULDBackend(pConfig, new MipsGNUInfo(triple)); in createMipsLDBackend()
1353 return new Mips32GNULDBackend(pConfig, new MipsGNUInfo(triple)); in createMipsLDBackend()
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp328 llvm::Triple triple(m_pConfig->targets().triple()); in initTarget() local
331 m_pConfig->targets().getArch(), triple, error); in initTarget()
332 m_pConfig->targets().setTriple(triple); in initTarget()
335 fatal(diag::fatal_cannot_init_target) << triple.str() << error; in initTarget()
346 << m_pConfig->targets().triple().str(); in initBackend()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonEmulation.cpp42 if (pConfig.targets().triple().isOSDarwin()) { in emulateHexagonLD()
46 if (pConfig.targets().triple().isOSWindows()) { in emulateHexagonLD()
DHexagonGNUInfo.cpp20 : GNUInfo(pTargetOptions.triple()), m_Options(pTargetOptions) { in HexagonGNUInfo()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Emulation.cpp48 if (pConfig.targets().triple().isOSDarwin()) { in emulateAArch64LD()
52 if (pConfig.targets().triple().isOSWindows()) { in emulateAArch64LD()
DAArch64LDBackend.cpp595 if (pConfig.targets().triple().isOSDarwin()) { in createAArch64LDBackend()
603 if (pConfig.targets().triple().isOSWindows()) { in createAArch64LDBackend()
612 pConfig, new AArch64GNUInfo(pConfig.targets().triple())); in createAArch64LDBackend()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMEmulation.cpp49 if (pConfig.targets().triple().isOSDarwin()) { in emulateARMLD()
53 if (pConfig.targets().triple().isOSWindows()) { in emulateARMLD()
/frameworks/compile/libbcc/lib/
DCompiler.cpp167 const std::string &triple = pConfig.getTriple(); in Compiler() local
172 triple.c_str(), pConfig.getFeatureString().c_str()); in Compiler()
311 const std::string &triple = module.getTargetTriple(); in compile() local
314 if (triple == "armv7-none-linux-gnueabi") { in compile()
318 } else if (triple == "aarch64-none-linux-gnueabi") { in compile()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc164 "Cannot initialize mcld::Target for given triple '%0'.\n(Detail: %1)",
165 "Cannot initialize mcld::Target for given triple '%0'.\n(Detail: %1)")
168 "Cannot initialize mcld::DiagnosticLineInfo for given triple '%0'",
169 "Cannot initialize mcld::DiagnosticLineInfo for given triple '%0'")
172 "Cannot initialize mcld::TargetLDBackend for given triple '%0'.",
173 "Cannot initialize mcld::TargetLDBackend for given triple '%0'.")
/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp34 llvm::Triple triple(pTriple); in lookupTarget() local
39 unsigned int quality = (*target)->getTripleQuality(triple); in lookupTarget()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp177 inline void ParseEmulation(llvm::Triple& triple, const char* emulation) { in ParseEmulation() argument
197 triple.setArch(emu_triple.getArch()); in ParseEmulation()
200 triple.setOS(emu_triple.getOS()); in ParseEmulation()
203 triple.setEnvironment(emu_triple.getEnvironment()); in ParseEmulation()
212 if (config.targets().triple().getOS() == llvm::Triple::Win32) { in ConfigureOutputName()
322 llvm::Triple triple; in TranslateArguments() local
326 triple.setTriple(arg->getValue()); in TranslateArguments()
331 triple.setTriple(prog_triple); in TranslateArguments()
334 triple.setTriple(mcld::sys::getDefaultTargetTriple()); in TranslateArguments()
341 ParseEmulation(triple, arg->getValue()); in TranslateArguments()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java281 for (String triple : timers.trim().split(";")) { in createTimerRules()
282 String[] kv = (triple.trim().toLowerCase()).split(","); in createTimerRules()
284 if (DBG) loge("Invalid 5G icon timer configuration, config = " + triple); in createTimerRules()
307 for (String triple : secondaryTimers.trim().split(";")) { in createTimerRules()
308 String[] kv = (triple.trim().toLowerCase()).split(","); in createTimerRules()
311 loge("Invalid 5G icon secondary timer configuration, config = " + triple); in createTimerRules()
/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp63 fatal(diag::unsupported_bitclass) << m_pConfig->targets().triple().str() in produce()
DGroupReader.cpp106 << (*input)->path() << pConfig.targets().triple().str(); in readGroup()
/frameworks/rs/driver/runtime/ll64/
Dmath.ll2 target triple = "aarch64-linux-android"
/frameworks/rs/driver/runtime/ll32/
Dmath.ll2 target triple = "armv7-none-linux-gnueabi"
/frameworks/compile/mclinker/include/mcld/
DTargetOptions.h33 const llvm::Triple& triple() const { return m_Triple; } in triple() function
/frameworks/compile/mclinker/lib/Target/
DELFEmulation.cpp91 switch (pConfig.targets().triple().getOS()) { in MCLDEmulateELF()
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa.ll8 target triple = "aarch64-none-linux-gnueabi"
/frameworks/compile/mclinker/lib/Support/Unix/
DSystem.inc41 // Normalize the arch, since the target triple may not actually match the
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg23 # the target triple string that must be used in cases marked expected failures
/frameworks/compile/slang/lit-tests/bitcode_wrapper/
Dbitcode_wrapper_test.ll41 target triple = "armv7-none-linux-gnueabi"

123