Home
last modified time | relevance | path

Searched refs:isSectionStripped (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp87 bool ObjectFile::isSectionStripped(DataRefImpl Sec) const { return false; } in isSectionStripped() function in ObjectFile
H A DMachOObjectFile.cpp2168 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const { in isSectionStripped() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h278 virtual bool isSectionStripped(DataRefImpl Sec) const;
571 return OwningObject->isSectionStripped(SectionPimpl); in isStripped()
H A DMachO.h472 bool isSectionStripped(DataRefImpl Sec) const override;