Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h32 bool isCompatibleFile(const object::ObjectFile &Obj) const override;
H A DRuntimeDyldCOFF.cpp79 bool RuntimeDyldCOFF::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile() function in llvm::RuntimeDyldCOFF
H A DRuntimeDyldMachO.h135 bool isCompatibleFile(const object::ObjectFile &Obj) const override;
H A DRuntimeDyldELF.h182 bool isCompatibleFile(const object::ObjectFile &Obj) const override;
H A DRuntimeDyldMachO.cpp223 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile() function in llvm::RuntimeDyldMachO
H A DRuntimeDyldImpl.h561 virtual bool isCompatibleFile(const ObjectFile &Obj) const = 0;
H A DRuntimeDyld.cpp1263 if (!Dyld->isCompatibleFile(Obj)) in loadObject()
H A DRuntimeDyldELF.cpp1900 bool RuntimeDyldELF::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile() function in llvm::RuntimeDyldELF