Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h139 bool hasStackSet() const { return (Unknown != m_ExecStack); } in hasStackSet() function
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2033 if (config().options().hasStackSet()) { in setupGNUStackInfo()