Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp52 case Triple::BridgeOS: in mapToPlatformType()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h229 BridgeOS, // Apple bridgeOS enumerator
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp268 case BridgeOS: return "bridgeos"; in getOSTypeName()
676 .StartsWith("bridgeos", Triple::BridgeOS) in parseOS()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp834 case llvm::Triple::BridgeOS: in GetFramePointerRegisterNumber()