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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp76 bool ObjectFile::isSectionBitcode(DataRefImpl Sec) const { function in class:ObjectFile
H A DWasmObjectFile.cpp1458 bool WasmObjectFile::isSectionBitcode(DataRefImpl Sec) const { return false; } function in class:WasmObjectFile
H A DMachOObjectFile.cpp2044 bool MachOObjectFile::isSectionBitcode(DataRefImpl Sec) const { function in class:MachOObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h271 virtual bool isSectionBitcode(DataRefImpl Sec) const;
483 return OwningObject->isSectionBitcode(SectionPimpl);
H A DWasm.h186 bool isSectionBitcode(DataRefImpl Sec) const override;
H A DMachO.h311 bool isSectionBitcode(DataRefImpl Sec) const override;

Completed in 81 milliseconds