Searched defs:input_context (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp163 mcld::LDContext *input_context = mLDInfo->contextFactory().produce(pPath); local
164 pInput.setContext(input_context);
233 mcld::LDContext *input_context = mLDInfo->contextFactory().produce(); local
234 input->setContext(input_context);
251 mcld::LDContext *input_context = mLDInfo->contextFactory().produce(); local
252 input->setContext(input_context);
277 input_context->getSectionTable().push_back(&null);
291 input_context->getSectionTable().push_back(&text);
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp221 LDContext *input_context = local
224 (*input)->setContext(input_context);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp156 mcld::LDContext *input_context = mLDInfo->contextFactory().produce(pPath); local
157 pInput.setContext(input_context);
226 mcld::LDContext *input_context = mLDInfo->contextFactory().produce(); local
227 input->setContext(input_context);
244 mcld::LDContext *input_context = mLDInfo->contextFactory().produce(); local
245 input->setContext(input_context);
270 input_context->getSectionTable().push_back(&null);
284 input_context->getSectionTable().push_back(&text);
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp249 LDContext *input_context = m_LDInfo.contextFactory().produce(); local
250 member->setContext(input_context);
281 LDContext *input_context = m_LDInfo.contextFactory().produce(input_path); local
282 member->setContext(input_context);

Completed in 192 milliseconds