OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableAsNeeded
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp
28
pConfig.attribute().constraint().
enableAsNeeded
();
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp
28
pConfig.attribute().constraint().
enableAsNeeded
();
/frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp
27
pConfig.attribute().constraint().
enableAsNeeded
();
/frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp
31
pConfig.attribute().constraint().
enableAsNeeded
();
/frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp
36
pConfig.attribute().constraint().
enableAsNeeded
();
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
115
void
enableAsNeeded
() { m_AsNeeded = true; }
Completed in 391 milliseconds