Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DObjectFile.cpp87 bool ObjectFile::isSectionStripped(DataRefImpl Sec) const { return false; } in isSectionStripped() function in ObjectFile
DMachOObjectFile.cpp2069 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const { in isSectionStripped() function in MachOObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DObjectFile.h277 virtual bool isSectionStripped(DataRefImpl Sec) const;
499 return OwningObject->isSectionStripped(SectionPimpl); in isStripped()
DMachO.h321 bool isSectionStripped(DataRefImpl Sec) const override;