Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp91 return isSectionData(Sec); in isBerkeleyData()
DXCOFFObjectFile.cpp301 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp318 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData() function in COFFObjectFile
DWasmObjectFile.cpp1450 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in WasmObjectFile
DMachOObjectFile.cpp2017 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in MachOObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h267 virtual bool isSectionData(DataRefImpl Sec) const = 0;
471 return OwningObject->isSectionData(SectionPimpl); in isData()
DXCOFFObjectFile.h273 bool isSectionData(DataRefImpl Sec) const override;
DWasm.h183 bool isSectionData(DataRefImpl Sec) const override;
DELFObjectFile.h283 bool isSectionData(DataRefImpl Sec) const override;
752 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { in isSectionData() function
DMachO.h308 bool isSectionData(DataRefImpl Sec) const override;
DCOFF.h912 bool isSectionData(DataRefImpl Sec) const override;