Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h347 bool isDyldELFObject; variable
409 bool isDyldType() const { return isDyldELFObject; } in isDyldType()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp98 this->isDyldELFObject = true; in DyldELFObject()