Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp7366 unsigned objcABIVersion = 1; in AddObjCRuntimeArgs() local
7371 objcABIVersion = 1; in AddObjCRuntimeArgs()
7373 objcABIVersion = 2; in AddObjCRuntimeArgs()
7375 objcABIVersion = 3; in AddObjCRuntimeArgs()
7406 objcABIVersion = 1 + nonFragileABIVersion; in AddObjCRuntimeArgs()
7408 objcABIVersion = 1; in AddObjCRuntimeArgs()
7414 bool isNonFragile = objcABIVersion != 1; in AddObjCRuntimeArgs()