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

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

Completed in 821 milliseconds