Home
last modified time | relevance | path

Searched refs:isOSIAMCU (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp139 else if (TT.isOSIAMCU()) in computeDataLayout()
145 if (TT.isOSNaCl() || TT.isOSIAMCU()) in computeDataLayout()
152 if (TT.isOSIAMCU()) in computeDataLayout()
162 if ((!TT.isArch64Bit() && TT.isOSWindows()) || TT.isOSIAMCU()) in computeDataLayout()
H A DX86Subtarget.h311 bool isTargetMCU() const { return TargetTriple.isOSIAMCU(); } in isTargetMCU()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h573 bool isOSIAMCU() const { in isOSIAMCU() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp227 if (T.isOSIAMCU()) in getLDMOption()
374 const bool IsIAMCU = ToolChain.getTriple().isOSIAMCU(); in ConstructJob()
2002 Path, TargetTriple.isOSIAMCU() ? "/libgcc.a" : "/crtbegin.o", D.getVFS()); in findBiarchMultilibs()
2739 if (!TargetTriple.isOSIAMCU()) { in CollectLibDirsAndTriples()
H A DCommonArgs.cpp2152 TC.getTriple().isOSIAMCU() || TC.getTriple().isOSBinFormatWasm() || in AddUnwindLibrary()
H A DClang.cpp997 const bool IsIAMCU = getToolChain().getTriple().isOSIAMCU(); in AddPreprocessingOptions()
4727 bool IsIAMCU = RawTriple.isOSIAMCU(); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1507 if (TheTriple.isOSIAMCU()) in createX86_32AsmBackend()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp185 IsMCUABI(CGT.getTarget().getTriple().isOSIAMCU()), in X86_32ABIInfo()
1097 if (Triple.isOSDarwin() || Triple.isOSIAMCU()) in isStructReturnInRegABI()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1620 return t.isOSIAMCU() ? EM_IAMCU : EM_386; in getBitcodeMachineKind()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp5300 if (!T.isOSIAMCU()) { in UpgradeDataLayoutString()