Searched refs:isCompatibleFile (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h31 bool isCompatibleFile(const object::ObjectFile &Obj) const override;
H A DRuntimeDyldCOFF.cpp118 bool RuntimeDyldCOFF::isCompatibleFile(const object::ObjectFile &Obj) const {
H A DRuntimeDyldMachO.h134 bool isCompatibleFile(const object::ObjectFile &Obj) const override;
H A DRuntimeDyldELF.h228 bool isCompatibleFile(const object::ObjectFile &Obj) const override;
H A DRuntimeDyldMachO.cpp222 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { function in class:llvm::RuntimeDyldMachO
H A DRuntimeDyldImpl.h576 virtual bool isCompatibleFile(const ObjectFile &Obj) const = 0;
H A DRuntimeDyld.cpp1366 if (!Dyld->isCompatibleFile(Obj))
H A DRuntimeDyldELF.cpp2421 bool RuntimeDyldELF::isCompatibleFile(const object::ObjectFile &Obj) const { function in class:llvm::RuntimeDyldELF

Completed in 180 milliseconds