Searched defs:isSectionData (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp355 error_code COFFObjectFile::isSectionData(DataRefImpl Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp440 error_code MachOObjectFile::isSectionData(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
H A DELFObjectFile.cpp343 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
723 ::isSectionData(DataRefImpl Sec, function in class:ELFObjectFile
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h232 bool isSectionData(DataRefImpl Sec) const override;
608 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/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 173 milliseconds