OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEnableLTO
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcc/
Compiler.h
84
bool
mEnableLTO
;
110
{
mEnableLTO
= pEnable; }
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
92
Compiler::Compiler() : mTarget(NULL),
mEnableLTO
(true) {
97
mEnableLTO
(true) {
283
if (
mEnableLTO
&& ((err = runLTO(pScript)) != kSuccess)) {
Completed in 1945 milliseconds