Searched refs:m_Backend (Results 1 – 15 of 15) sorted by relevance
/frameworks/compile/mclinker/lib/Script/ |
D | RpnEvaluator.cpp | 27 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/ |
D | ELFReaderIf.h | 37 : 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;
|
D | ELFObjectWriter.h | 49 GNULDBackend& target() { return m_Backend; } in target() 51 const GNULDBackend& target() const { return m_Backend; } in target() 119 GNULDBackend& m_Backend;
|
D | ELFObjectReader.h | 65 GNULDBackend& m_Backend; variable
|
D | GarbageCollection.h | 84 const TargetLDBackend& m_Backend; variable
|
D | IdenticalCodeFolding.h | 72 const TargetLDBackend& m_Backend; variable
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFAttribute.h | 52 : m_Backend(pBackend), m_Config(pConfig) { } in ELFAttribute() 67 inline const GNULDBackend &backend() const { return m_Backend; } in backend() 112 const GNULDBackend &m_Backend;
|
D | ELFDynamic.h | 191 const GNULDBackend& m_Backend; variable
|
D | GNULDBackend.h | 485 : m_Backend(pBackend) { in RelocCompare() 489 const GNULDBackend& m_Backend;
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFDynamic.cpp | 36 : 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()
|
D | GNULDBackend.cpp | 3090 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/ |
D | RpnEvaluator.h | 31 const TargetLDBackend& m_Backend; variable
|
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 108 : 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()
|
D | ELFObjectReader.cpp | 42 m_Backend(pBackend), in ELFObjectReader() 249 if (!m_Backend.readSection(pInput, *sd)) { in readSections()
|
D | ELFObjectWriter.cpp | 46 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) in ELFObjectWriter()
|