Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObjectFile.cpp78 bool ObjectFile::isSectionStripped(DataRefImpl Sec) const { return false; } in isSectionStripped() function in ObjectFile
DMachOObjectFile.cpp2007 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const { in isSectionStripped() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h240 virtual bool isSectionStripped(DataRefImpl Sec) const;
449 return OwningObject->isSectionStripped(SectionPimpl); in isStripped()
DMachO.h323 bool isSectionStripped(DataRefImpl Sec) const override;