OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDyldELFObject
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
ELFObjectFile.h
297
bool
isDyldELFObject
;
335
bool isDyldType() const { return
isDyldELFObject
; }
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
79
this->
isDyldELFObject
= true;
[
all
...]
Completed in 2576 milliseconds