Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp76 bool ObjectFile::isSectionBitcode(DataRefImpl Sec) const { in isSectionBitcode() function in ObjectFile
DWasmObjectFile.cpp1458 bool WasmObjectFile::isSectionBitcode(DataRefImpl Sec) const { return false; } in isSectionBitcode() function in WasmObjectFile
DMachOObjectFile.cpp2044 bool MachOObjectFile::isSectionBitcode(DataRefImpl Sec) const { in isSectionBitcode() function in MachOObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h271 virtual bool isSectionBitcode(DataRefImpl Sec) const;
483 return OwningObject->isSectionBitcode(SectionPimpl); in isBitcode()
DWasm.h186 bool isSectionBitcode(DataRefImpl Sec) const override;
DMachO.h311 bool isSectionBitcode(DataRefImpl Sec) const override;