HomeSort by relevance Sort by last modified time
    Searched full:getdefaultobjcruntime (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Driver/
ToolChain.h 339 /// getDefaultObjCRuntime - Return the default Objective-C runtime
343 virtual ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const;
  /external/clang/lib/Driver/
ToolChain.cpp 389 ObjCRuntime ToolChain::getDefaultObjCRuntime(bool isNonFragile) const {
ToolChains.h 510 ObjCRuntime getDefaultObjCRuntime(bool isNonFragile) const override;
    [all...]
ToolChains.cpp 69 ObjCRuntime Darwin::getDefaultObjCRuntime(bool isNonFragile) const {
257 ObjCRuntime runtime = getDefaultObjCRuntime(/*nonfragile*/ true);
    [all...]
Tools.cpp     [all...]

Completed in 1270 milliseconds