HomeSort by relevance Sort by last modified time
    Searched refs:m_Module (Results 1 - 19 of 19) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
RpnEvaluator.h 30 const Module& m_Module;
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 108 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule)
121 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap);
138 Module::obj_iterator input, inEnd = m_Module.obj_end();
139 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
196 Module::obj_iterator obj, objEnd = m_Module.obj_end();
197 SectionMap& sect_map = m_Module.getScript().sectionMap();
198 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
220 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module));
226 info_end = m_Module.getNamePool().syminfo_end()
    [all...]
GroupReader.cpp 26 : m_Module(pModule),
66 m_Module.getObjectList().push_back(*input);
71 m_Module.getLibraryList().push_back(*input);
91 m_Module.getObjectList().push_back(*input);
99 m_Module.getObjectList().push_back(*input);
108 m_Module.getLibraryList().push_back(*input);
139 m_Module.getInputTree().merge<InputTree::Inclusive>((*it)->input,
GNUArchiveReader.cpp 35 : m_Module(pModule),
348 const ResolveInfo* info = m_Module.getNamePool().findInfo(pSymName);
412 m_Module.getObjectList().push_back(member);
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 26 : m_Module(pModule),
41 operandStack.push(op->eval(m_Module, m_Backend));
48 operandStack.push(op->eval(m_Module, m_Backend));
58 operandStack.push(op->eval(m_Module, m_Backend));
71 operandStack.push(op->eval(m_Module, m_Backend));
87 m_Module.getNamePool().findSymbol(sym_opd->name());
  /frameworks/compile/mclinker/include/mcld/CodeGen/
MCLinker.h 70 mcld::Module& m_Module;
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 53 Module& m_Module;
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 25 : m_Module(pModule),
81 m_Module.getSymbolTable().changeToDynamic(pSymbol);
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 30 : m_Module(pTheModule) {
42 m_Module.getScript().sectionMap().find("*", pName);
46 LDSection* output_sect = m_Module.getSection(output_name);
50 m_Module.getSectionTable().push_back(output_sect);
60 m_Module.getScript().sectionMap().find(pInputFile.path().native(),
70 LDSection* target = m_Module.getSection(output_name);
78 m_Module.getSectionTable().push_back(target);
  /frameworks/compile/mclinker/include/mcld/LD/
GarbageCollection.h 85 Module& m_Module;
GroupReader.h 59 Module& m_Module;
GNUArchiveReader.h 90 Module& m_Module;
IdenticalCodeFolding.h 73 Module& m_Module;
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectBuilder.h 94 Module& m_Module;
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 107 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
108 m_InputBuilder.setCurrentTree(m_Module.getInputTree());
161 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
166 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj);
171 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
419 if (!m_Module.getScript().renameMap().empty() &&
423 const LinkerScript& script = m_Module.getScript();
483 resolved_result.info = m_Module.getNamePool().createSymbol(pName,
498 m_Module.getNamePool().insertSymbol(pName, false, pType, pDesc, pBinding,
569 m_Module.getNamePool().insertSymbol(pName, true, pType, pDesc
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 205 m_Module(pModule),
222 if (!m_pLinker->emulate(m_Module.getScript(), m_Config))
225 m_pBuilder = new IRBuilder(m_Module, m_Config);
234 if (!m_pLinker->link(m_Module, *m_pBuilder))
237 if (!m_pLinker->emit(m_Module, m_FileHandle.handler()))
283 m_Module.getScript().directories()));
316 m_Module.getScript().directories()));
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jbig.cpp 32 CJBig2_Context* pContext = CJBig2_Context::CreateContext(&m_Module,
63 pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, src_buf, src_size, JBIG2_FILE_STREAM);
104 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module,
143 m_pJbig2Context->m_pContext = CJBig2_Context::CreateContext(&m_Module, NULL, 0, m_pJbig2Context->m_src_buf, m_pJbig2Context->m_src_size, JBIG2_FILE_STREAM, pPause);
codec_int.h 268 CPDF_Jbig2Interface m_Module;
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 73 const Module& getModule() const { return m_Module; }
74 Module& getModule() { return m_Module; }
483 Module& m_Module;

Completed in 222 milliseconds