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

  /frameworks/compile/mclinker/include/mcld/Script/
RpnEvaluator.h 32 const TargetLDBackend& m_Backend;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 32 explicit ELFReaderIF(GNULDBackend& pBackend) : m_Backend(pBackend) {}
52 const GNULDBackend& target() const { return m_Backend; }
53 GNULDBackend& target() { return m_Backend; }
117 GNULDBackend& m_Backend;
ELFObjectWriter.h 46 const GNULDBackend& target() const { return m_Backend; }
47 GNULDBackend& target() { return m_Backend; }
115 GNULDBackend& m_Backend;
ELFObjectReader.h 63 GNULDBackend& m_Backend;
GarbageCollection.h 81 const TargetLDBackend& m_Backend;
IdenticalCodeFolding.h 73 const TargetLDBackend& m_Backend;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h 51 : m_Backend(pBackend), m_Config(pConfig) {}
66 inline const GNULDBackend& backend() const { return m_Backend; }
110 const GNULDBackend& m_Backend;
ELFDynamic.h 176 const GNULDBackend& m_Backend;
GNULDBackend.h 481 explicit RelocCompare(const GNULDBackend& pBackend) : m_Backend(pBackend) {}
485 const GNULDBackend& m_Backend;
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 30 : m_Module(pModule), m_Backend(pBackend) {
42 operandStack.push(op->eval(m_Module, m_Backend));
49 operandStack.push(op->eval(m_Module, m_Backend));
59 operandStack.push(op->eval(m_Module, m_Backend));
72 operandStack.push(op->eval(m_Module, m_Backend));
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 36 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) {
163 if (m_Backend.hasTextRel())
165 if (m_Backend.hasStaticTLS() &&
173 if (m_Backend.hasTextRel())
260 if (m_Backend.hasTextRel()) {
275 if (m_Backend.hasTextRel())
277 if (m_Backend.hasStaticTLS() &&
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 51 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
61 candidate_list[i].initConstantContent(m_Backend, m_KeptSections);
148 m_Backend.mayHaveUnsafeFunctionPointerAccess(*target) &&
149 m_Backend.getRelocator()
188 m_Backend, m_KeptSections);
ELFObjectReader.cpp 43 m_Backend(pBackend),
103 m_Backend.mergeFlags(pInput, ELF_hdr);
246 if (!m_Backend.readSection(pInput, *sd)) {
GarbageCollection.cpp 101 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
111 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap);
233 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module));
ELFObjectWriter.cpp 45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) {

Completed in 248 milliseconds