Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp84 bool ObjectFile::isSectionStripped(DataRefImpl Sec) const { return false; } in isSectionStripped() function in ObjectFile
DMachOObjectFile.cpp2051 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const { in isSectionStripped() function in MachOObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h272 virtual bool isSectionStripped(DataRefImpl Sec) const;
487 return OwningObject->isSectionStripped(SectionPimpl); in isStripped()
DMachO.h320 bool isSectionStripped(DataRefImpl Sec) const override;