HomeSort by: relevance | last modified time | path
    Searched refs:isSectionStripped (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
ObjectFile.cpp 87 bool ObjectFile::isSectionStripped(DataRefImpl Sec) const { return false; }
MachOObjectFile.cpp 2063 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 274 virtual bool isSectionStripped(DataRefImpl Sec) const;
496 return OwningObject->isSectionStripped(SectionPimpl);
MachO.h 321 bool isSectionStripped(DataRefImpl Sec) const override;

Completed in 38 milliseconds