Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h452 bool isDyldType() const { return isDyldELFObject; } in isDyldType() function
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp78 return v->isDyldType(); in classof()