Home
last modified time | relevance | path

Searched refs:hasEntry (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DEntryCmd.cpp33 if (!script.hasEntry()) in activate()
/frameworks/compile/mclinker/lib/Core/
DLinkerScript.cpp42 bool LinkerScript::hasEntry() const { in hasEntry() function in mcld::LinkerScript
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h88 bool hasEntry() const;
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp266 bool issue_warning = (pModule.getScript().hasEntry() && in getEntryPoint()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2845 if (pModule.getScript().hasEntry()) in getEntry()