Home
last modified time | relevance | path

Searched refs:hasInit (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp99 if (pFormat.hasInit()) in reserveEntries()
199 if (pFormat.hasInit()) in applyEntries()
/frameworks/compile/slang/
Dslang_rs_context.cpp242 if (QT.isConstQualified() && !VD->hasInit()) { in processExports()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h101 bool hasInit() const { return (f_pInit != NULL) && (f_pInit->size() != 0); } in hasInit() function