Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h343 bool isDyldType() const { return isDyldELFObject; } in isDyldType() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp60 return v->isDyldType(); in classof()