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

/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnEvaluator.h32 const TargetLDBackend& m_Backend; member in class:mcld::RpnEvaluator
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h51 : m_Backend(pBackend), m_Config(pConfig) {}
66 inline const GNULDBackend& backend() const { return m_Backend; }
110 const GNULDBackend& m_Backend; member in class:mcld::ELFAttribute
H A DELFDynamic.h176 const GNULDBackend& m_Backend; member in class:mcld::ELFDynamic
H A DGNULDBackend.h481 explicit RelocCompare(const GNULDBackend& pBackend) : m_Backend(pBackend) {}
485 const GNULDBackend& m_Backend; member in struct:mcld::GNULDBackend::RelocCompare
/frameworks/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp30 : 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/include/mcld/LD/
H A DELFReaderIf.h32 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; member in class:mcld::ELFReaderIF
H A DELFObjectWriter.h46 const GNULDBackend& target() const { return m_Backend; }
47 GNULDBackend& target() { return m_Backend; }
115 GNULDBackend& m_Backend; member in class:mcld::ELFObjectWriter
H A DELFObjectReader.h63 GNULDBackend& m_Backend; member in class:mcld::ELFObjectReader
H A DGarbageCollection.h81 const TargetLDBackend& m_Backend; member in class:mcld::GarbageCollection
H A DIdenticalCodeFolding.h73 const TargetLDBackend& m_Backend; member in class:mcld::IdenticalCodeFolding
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp36 : 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() &&
H A DGNULDBackend.cpp2950 size_t symIdxX = m_Backend.getSymbolIdx(X.symInfo()->outSymbol());
2951 size_t symIdxY = m_Backend.getSymbolIdx(Y.symInfo()->outSymbol());
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp51 : 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);
H A DELFObjectReader.cpp43 m_Backend(pBackend),
103 m_Backend.mergeFlags(pInput, ELF_hdr);
246 if (!m_Backend.readSection(pInput, *sd)) {
H A DGarbageCollection.cpp101 : 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));
H A DELFObjectWriter.cpp45 : ObjectWriter(), m_Backend(pBackend), m_Config(pConfig) {

Completed in 276 milliseconds