Home
last modified time | relevance | path

Searched refs:BridgeOS (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp52 case Triple::BridgeOS: in mapToPlatformType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp147 case Triple::BridgeOS: in darwinHasExp10()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h233 BridgeOS, // Apple bridgeOS enumerator
592 bool isBridgeOS() const { return getOS() == Triple::BridgeOS; } in isBridgeOS()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1454 case Triple::BridgeOS: in getMachoBuildVersionSupportedOS()
1487 case Triple::BridgeOS: in getMachoBuildVersionPlatformType()
1522 case Triple::BridgeOS: in emitVersionForTarget()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp551 case Triple::BridgeOS: in useClaimRuntimeCall()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp286 case BridgeOS: return "bridgeos"; in getOSTypeName()
706 .StartsWith("bridgeos", Triple::BridgeOS) in parseOS()
1524 case BridgeOS: in getiOSVersion()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1209 .Case("bridgeos", OSType::BridgeOS)
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp834 case llvm::Triple::BridgeOS: in GetFramePointerRegisterNumber()