Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELFObjectFile.h404 bool isDyldELFObject; variable
451 bool isDyldType() const { return isDyldELFObject; } in isDyldType()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp90 this->isDyldELFObject = true; in DyldELFObject()