Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h247 virtual bool isSectionData(DataRefImpl Sec) const = 0;
447 return OwningObject->isSectionData(SectionPimpl); in isData()
H A DWasm.h182 bool isSectionData(DataRefImpl Sec) const override;
H A DELFObjectFile.h260 bool isSectionData(DataRefImpl Sec) const override;
716 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { in isSectionData() function
H A DMachO.h311 bool isSectionData(DataRefImpl Sec) const override;
H A DCOFF.h911 bool isSectionData(DataRefImpl Sec) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DObjectFile.cpp85 return isSectionData(Sec); in isBerkeleyData()
H A DCOFFObjectFile.cpp320 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData() function in COFFObjectFile
H A DWasmObjectFile.cpp1345 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in WasmObjectFile
H A DMachOObjectFile.cpp1972 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in MachOObjectFile