Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.h47 bool hasObjCSection(llvm::MemoryBufferRef);
H A DDriver.cpp385 if (!hasObjCSection(*mb)) in addFile()
435 if (newFile->lazy && hasObjCSection(mbref)) in addFile()
H A DObjC.cpp64 bool macho::hasObjCSection(MemoryBufferRef mb) { in hasObjCSection() function in macho