Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h358 bool needsObjCPass() const;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp364 bool MachOLinkingContext::needsObjCPass() const { in needsObjCPass() function in lld::MachOLinkingContext
642 if (needsObjCPass()) in addPasses()