OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsetAsNeeded
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp
33
pConfig.attribute().predefined().
unsetAsNeeded
();
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp
33
pConfig.attribute().predefined().
unsetAsNeeded
();
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
86
void
unsetAsNeeded
() { m_AsNeeded = false; }
174
void
unsetAsNeeded
();
/frameworks/compile/mclinker/lib/MC/
Attribute.cpp
126
void AttributeProxy::
unsetAsNeeded
() {
128
copy->
unsetAsNeeded
();
CommandAction.cpp
163
pBuilder.getAttributes().
unsetAsNeeded
();
/frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp
32
pConfig.attribute().predefined().
unsetAsNeeded
();
/frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp
36
pConfig.attribute().predefined().
unsetAsNeeded
();
/frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp
41
pConfig.attribute().predefined().
unsetAsNeeded
();
/frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp
91
m_Builder.getAttributes().
unsetAsNeeded
();
InputCmd.cpp
102
m_Builder.getAttributes().
unsetAsNeeded
();
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
249
m_InputBuilder.getAttributes().
unsetAsNeeded
();
Completed in 149 milliseconds