Home
last modified time | relevance | path

Searched refs:m_Backend (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DRpnEvaluator.cpp27 m_Backend(pBackend) in RpnEvaluator()
41 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
48 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
58 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
71 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
/frameworks/compile/mclinker/include/mcld/LD/
DELFReaderIf.h37 : m_Backend(pBackend) in ELFReaderIF()
58 const GNULDBackend& target() const { return m_Backend; } in target()
59 GNULDBackend& target() { return m_Backend; } in target()
124 GNULDBackend& m_Backend;
DELFObjectWriter.h49 GNULDBackend& target() { return m_Backend; } in target()
51 const GNULDBackend& target() const { return m_Backend; } in target()
119 GNULDBackend& m_Backend;
DELFObjectReader.h65 GNULDBackend& m_Backend; variable
DGarbageCollection.h84 const TargetLDBackend& m_Backend; variable
DIdenticalCodeFolding.h72 const TargetLDBackend& m_Backend; variable
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttribute.h52 : m_Backend(pBackend), m_Config(pConfig) { } in ELFAttribute()
67 inline const GNULDBackend &backend() const { return m_Backend; } in backend()
112 const GNULDBackend &m_Backend;
DELFDynamic.h191 const GNULDBackend& m_Backend; variable
DGNULDBackend.h485 : m_Backend(pBackend) { in RelocCompare()
489 const GNULDBackend& m_Backend;
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp36 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) { in ELFDynamic()
172 if (m_Backend.hasTextRel()) in reserveEntries()
174 if (m_Backend.hasStaticTLS() && in reserveEntries()
182 if (m_Backend.hasTextRel()) in reserveEntries()
281 if (m_Backend.hasTextRel()) { in applyEntries()
296 if (m_Backend.hasTextRel()) in applyEntries()
298 if (m_Backend.hasStaticTLS() && in applyEntries()
DGNULDBackend.cpp3090 size_t symIdxX = m_Backend.getSymbolIdx(X->symInfo()->outSymbol()); in operator ()()
3091 size_t symIdxY = m_Backend.getSymbolIdx(Y->symInfo()->outSymbol()); in operator ()()
/frameworks/compile/mclinker/include/mcld/Script/
DRpnEvaluator.h31 const TargetLDBackend& m_Backend; variable
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp108 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) in GarbageCollection()
121 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap); in run()
220 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module)); in getEntrySections()
DELFObjectReader.cpp42 m_Backend(pBackend), in ELFObjectReader()
249 if (!m_Backend.readSection(pInput, *sd)) { in readSections()
DELFObjectWriter.cpp46 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) in ELFObjectWriter()