OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setGenUnwindInfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/
GeneralOptions.h
250
void
setGenUnwindInfo
(bool pEnable = true) { m_bGenUnwindInfo = pEnable; }
/frameworks/compile/mclinker/tools/mcld/
Main.cpp
772
config_.options().
setGenUnwindInfo
(true);
774
config_.options().
setGenUnwindInfo
(false);
[
all
...]
Completed in 195 milliseconds