Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h392 bool isDyldELFObject; variable
438 bool isDyldType() const { return isDyldELFObject; } in isDyldType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp90 this->isDyldELFObject = true; in DyldELFObject()