Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp97 if (TT.isOSLinux() || TT.isOSNaCl() || TT.isOSIAMCU()) in createTLOF()
127 else if (TT.isOSIAMCU()) in computeDataLayout()
133 if (TT.isOSNaCl() || TT.isOSIAMCU()) in computeDataLayout()
140 if (TT.isOSIAMCU()) in computeDataLayout()
150 if ((!TT.isArch64Bit() && TT.isOSWindows()) || TT.isOSIAMCU()) in computeDataLayout()
DX86Subtarget.h771 bool isTargetMCU() const { return TargetTriple.isOSIAMCU(); } in isTargetMCU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h516 bool isOSIAMCU() const { in isOSIAMCU() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp1173 if (TheTriple.isOSIAMCU()) in createX86_32AsmBackend()