Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h272 virtual bool isSectionData(DataRefImpl Sec) const = 0;
498 return OwningObject->isSectionData(SectionPimpl); in isData()
H A DWasm.h187 bool isSectionData(DataRefImpl Sec) const override;
H A DELFObjectFile.h300 bool isSectionData(DataRefImpl Sec) const override;
887 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { in isSectionData() function
H A DXCOFFObjectFile.h598 bool isSectionData(DataRefImpl Sec) const override;
H A DMachO.h454 bool isSectionData(DataRefImpl Sec) const override;
H A DCOFF.h952 bool isSectionData(DataRefImpl Sec) const override;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObjectFile.cpp94 return isSectionData(Sec); in isBerkeleyData()
H A DXCOFFObjectFile.cpp338 if (isSectionData(SecDRI) || isSectionBSS(SecDRI)) in getSymbolType()
488 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp316 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData() function in COFFObjectFile
H A DWasmObjectFile.cpp1750 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in WasmObjectFile
H A DMachOObjectFile.cpp2038 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in MachOObjectFile