Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/darwin/
Dcmdline-objc_gc_only.objtxt1 # RUN: not ld64.lld -arch x86_64 -objc_gc_only %s 2>&1 | FileCheck %s
3 # Test that the -objc_gc_only is rejected.
6 # CHECK: error: -objc_gc_only is not supported
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DObjCPass.cpp43 case MachOLinkingContext::objc_gc_only: in ObjCImageInfoAtom()
DMachOLinkingContext.cpp1062 case objc_gc_only: in handleLoadedFile()
DMachONormalizedFileToAtoms.cpp1386 MachOLinkingContext::objc_gc_only)) in parseObjCImageInfo()
/external/llvm-project/lld/lib/Driver/
DDarwinLdOptions.td249 def objc_gc_only : Flag<["-"], "objc_gc_only">,
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h77 objc_gc_only = 4, enumerator
/external/llvm-project/lld/MachO/
DOptions.td633 def objc_gc_only : Flag<["-"], "objc_gc_only">,