Searched refs:input_sym (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp96 LDSymbol* input_sym = m_LDSymbolFactory.allocate(); local
97 new (input_sym) LDSymbol();
100 input_sym->setResolveInfo(*resolved_result.info);
103 input_sym->setFragmentRef(pFragmentRef);
104 input_sym->setValue(pValue);
157 return input_sym;
198 LDSymbol* input_sym = m_LDSymbolFactory.allocate(); local
199 new (input_sym) LDSymbol();
202 input_sym->setResolveInfo(*resolved_result.info);
205 input_sym
[all...]

Completed in 39 milliseconds