Searched refs:m_Backend (Results 1 – 16 of 16) sorted by relevance
/frameworks/compile/mclinker/lib/Script/ |
D | RpnEvaluator.cpp | 30 : m_Module(pModule), m_Backend(pBackend) { in RpnEvaluator() 42 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 49 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 59 operandStack.push(op->eval(m_Module, m_Backend)); in eval() 72 operandStack.push(op->eval(m_Module, m_Backend)); in eval()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFReaderIf.h | 32 explicit ELFReaderIF(GNULDBackend& pBackend) : m_Backend(pBackend) {} in ELFReaderIF() 52 const GNULDBackend& target() const { return m_Backend; } in target() 53 GNULDBackend& target() { return m_Backend; } in target() 117 GNULDBackend& m_Backend;
|
D | ELFObjectWriter.h | 46 const GNULDBackend& target() const { return m_Backend; } in target() 47 GNULDBackend& target() { return m_Backend; } in target() 115 GNULDBackend& m_Backend;
|
D | ELFObjectReader.h | 63 GNULDBackend& m_Backend; variable
|
D | GarbageCollection.h | 81 const TargetLDBackend& m_Backend; variable
|
D | IdenticalCodeFolding.h | 73 const TargetLDBackend& m_Backend; variable
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFAttribute.h | 51 : m_Backend(pBackend), m_Config(pConfig) {} in ELFAttribute() 66 inline const GNULDBackend& backend() const { return m_Backend; } in backend() 110 const GNULDBackend& m_Backend;
|
D | GNULDBackend.h | 481 explicit RelocCompare(const GNULDBackend& pBackend) : m_Backend(pBackend) {} in RelocCompare() 485 const GNULDBackend& m_Backend;
|
D | ELFDynamic.h | 176 const GNULDBackend& m_Backend; variable
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFDynamic.cpp | 36 : m_pEntryFactory(NULL), m_Backend(pParent), m_Config(pConfig), m_Idx(0) { in ELFDynamic() 163 if (m_Backend.hasTextRel()) in reserveEntries() 165 if (m_Backend.hasStaticTLS() && in reserveEntries() 173 if (m_Backend.hasTextRel()) in reserveEntries() 260 if (m_Backend.hasTextRel()) { in applyEntries() 275 if (m_Backend.hasTextRel()) in applyEntries() 277 if (m_Backend.hasStaticTLS() && in applyEntries()
|
D | GNULDBackend.cpp | 2950 size_t symIdxX = m_Backend.getSymbolIdx(X.symInfo()->outSymbol()); in operator ()() 2951 size_t symIdxY = m_Backend.getSymbolIdx(Y.symInfo()->outSymbol()); in operator ()()
|
/frameworks/compile/mclinker/lib/LD/ |
D | IdenticalCodeFolding.cpp | 51 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) { in IdenticalCodeFolding() 61 candidate_list[i].initConstantContent(m_Backend, m_KeptSections); in foldIdenticalCode() 148 m_Backend.mayHaveUnsafeFunctionPointerAccess(*target) && in findCandidates() 149 m_Backend.getRelocator() in findCandidates() 188 m_Backend, m_KeptSections); in matchCandidates()
|
D | ELFObjectReader.cpp | 43 m_Backend(pBackend), in ELFObjectReader() 103 m_Backend.mergeFlags(pInput, ELF_hdr); in readHeader() 246 if (!m_Backend.readSection(pInput, *sd)) { in readSections()
|
D | GarbageCollection.cpp | 101 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) { in GarbageCollection() 111 m_Backend.setUpReachedSectionsForGC(m_Module, m_SectionReachedListMap); in run() 233 m_Module.getNamePool().findSymbol(m_Backend.getEntry(m_Module)); in getEntrySections()
|
D | ELFObjectWriter.cpp | 45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) { in ELFObjectWriter()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | RpnEvaluator.h | 32 const TargetLDBackend& m_Backend; variable
|