Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1399 InferSimulatorFromArch = false; in setEnvironment()
1419 bool canInferSimulatorFromArch() const { return InferSimulatorFromArch; } in canInferSimulatorFromArch()
1495 Result.InferSimulatorFromArch = false; in createFromSDK()
1542 bool HasOSVersion = true, InferSimulatorFromArch = true; member