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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h59 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
H A DObjectFile.h246 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const = 0;
394 return OwningObject->isSectionData(SectionPimpl, Result);
H A DCOFF.h112 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
/external/llvm/include/llvm/Object/
H A DObjectFile.h221 virtual bool isSectionData(DataRefImpl Sec) const = 0;
396 return OwningObject->isSectionData(SectionPimpl);
H A DMachO.h227 bool isSectionData(DataRefImpl Sec) const override;
H A DELFObjectFile.h232 bool isSectionData(DataRefImpl Sec) const override;
608 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h740 bool isSectionData(DataRefImpl Sec) const override;
/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp355 error_code COFFObjectFile::isSectionData(DataRefImpl Sec, function in class:COFFObjectFile
H A DELFObjectFile.cpp343 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
723 ::isSectionData(DataRefImpl Sec, function in class:ELFObjectFile
H A DMachOObjectFile.cpp440 error_code MachOObjectFile::isSectionData(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp304 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp684 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 140 milliseconds