Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DObjC.h28 bool hasObjCSection(llvm::MemoryBufferRef);
H A DObjC.cpp61 bool macho::hasObjCSection(MemoryBufferRef mb) { in hasObjCSection() function in macho
H A DDriver.cpp352 if (!mb || !hasObjCSection(*mb)) in addFile()
402 if (newFile->lazy && hasObjCSection(mbref)) in addFile()