Searched defs:pLDBackend (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFSectLinker.cpp17 TargetLDBackend &pLDBackend)
18 : SectLinker(pOption, pLDBackend) {
16 ELFSectLinker(SectLinkerOption &pOption, TargetLDBackend &pLDBackend) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DDynObjWriter.h29 DynObjWriter(TargetLDBackend& pLDBackend) argument
H A DExecWriter.h29 ExecWriter(TargetLDBackend& pLDBackend) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFSectLinker.cpp16 TargetLDBackend &pLDBackend)
18 pLDBackend) {
15 ARMELFSectLinker(SectLinkerOption &pOption, TargetLDBackend &pLDBackend) argument
H A DARMSectLinker.cpp23 mcld::TargetLDBackend &pLDBackend)
36 return new ARMELFSectLinker(pOption, pLDBackend);
21 createARMSectLinker(const std::string &pTriple, SectLinkerOption &pOption, mcld::TargetLDBackend &pLDBackend) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFSectLinker.cpp16 TargetLDBackend &pLDBackend)
18 pLDBackend) {
15 MipsELFSectLinker(SectLinkerOption &pOption, TargetLDBackend &pLDBackend) argument
H A DMipsSectLinker.cpp24 mcld::TargetLDBackend &pLDBackend)
36 return new MipsELFSectLinker(pOption, pLDBackend);
22 createMipsSectLinker(const std::string &pTriple, SectLinkerOption &pOption, mcld::TargetLDBackend &pLDBackend) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFSectLinker.cpp16 TargetLDBackend &pLDBackend)
18 pLDBackend) {
15 X86ELFSectLinker(SectLinkerOption &pOption, TargetLDBackend &pLDBackend) argument
H A DX86SectLinker.cpp23 mcld::TargetLDBackend &pLDBackend)
36 return new X86ELFSectLinker(pOption, pLDBackend);
21 createX86SectLinker(const std::string &pTriple, SectLinkerOption &pOption, mcld::TargetLDBackend &pLDBackend) argument
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp30 TargetLDBackend& pLDBackend,
33 m_LDBackend(pLDBackend),
29 MCLDDriver(MCLDInfo& pLDInfo, TargetLDBackend& pLDBackend, MemoryAreaFactory& pAreaFactory) argument
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp44 TargetLDBackend& pLDBackend)
47 m_pLDBackend(&pLDBackend),
43 SectLinker(SectLinkerOption &pOption, TargetLDBackend& pLDBackend) argument

Completed in 2931 milliseconds