Home
last modified time | relevance | path

Searched refs:isSectionData (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h255 virtual std::error_code isSectionData(DataRefImpl Sec, bool &Res) const = 0;
439 return OwningObject->isSectionData(SectionPimpl, Result); in isData()
DMachO.h91 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
DELFObjectFile.h89 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
428 std::error_code ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec, in isSectionData() function
DCOFF.h389 std::error_code isSectionData(DataRefImpl Sec, bool &Res) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp293 std::error_code COFFObjectFile::isSectionData(DataRefImpl Ref, in isSectionData() function in COFFObjectFile
DMachOObjectFile.cpp741 std::error_code MachOObjectFile::isSectionData(DataRefImpl Sec, in isSectionData() function in llvm::object::MachOObjectFile