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.cpp382 if (!hasObjCSection(*mb)) in addFile()
431 if (newFile->lazy && hasObjCSection(mbref)) in addFile()
H A DObjC.cpp63 bool macho::hasObjCSection(MemoryBufferRef mb) { in hasObjCSection() function in macho