Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1526 InferSimulatorFromArch = false; in setEnvironment()
1552 bool canInferSimulatorFromArch() const { return InferSimulatorFromArch; } in canInferSimulatorFromArch()
1659 Result.InferSimulatorFromArch = false; in createFromMTargetOS()
1680 Result.InferSimulatorFromArch = false; in createFromSDK()
1732 bool HasOSVersion = true, InferSimulatorFromArch = true; member