Searched refs:isSectionText (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h58 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
H A DObjectFile.h245 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const = 0;
390 return OwningObject->isSectionText(SectionPimpl, Result);
H A DCOFF.h111 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
/external/llvm/include/llvm/Object/
H A DObjectFile.h220 virtual bool isSectionText(DataRefImpl Sec) const = 0;
392 return OwningObject->isSectionText(SectionPimpl);
H A DMachO.h226 bool isSectionText(DataRefImpl Sec) const override;
H A DELFObjectFile.h231 bool isSectionText(DataRefImpl Sec) const override;
603 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h739 bool isSectionText(DataRefImpl Sec) const override;
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp348 error_code COFFObjectFile::isSectionText(DataRefImpl Sec, function in class:COFFObjectFile
H A DELFObjectFile.cpp342 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
711 ::isSectionText(DataRefImpl Sec, function in class:ELFObjectFile
H A DMachOObjectFile.cpp426 error_code MachOObjectFile::isSectionText(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp299 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp679 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 49 milliseconds