Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DObjC.h26 bool hasObjCSection(llvm::MemoryBufferRef);
H A DObjC.cpp58 bool macho::hasObjCSection(MemoryBufferRef mb) { in hasObjCSection() function in macho
H A DDriver.cpp346 if (!mb || !hasObjCSection(*mb)) in addFile()
396 if (newFile->lazy && hasObjCSection(mbref)) in addFile()