Home
last modified time | relevance | path

Searched refs:isDyldELFObject (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h447 bool isDyldELFObject = false; variable
498 bool isDyldType() const { return isDyldELFObject; } in isDyldType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp91 this->isDyldELFObject = true; in DyldELFObject()