Searched refs:pLDInfo (Results 1 - 25 of 45) sorted by last modified time

12

/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinker.h84 void initializeInputOutput(MCLDInfo& pLDInfo);
H A DSectLinkerOption.h31 SectLinkerOption(MCLDInfo &pLDInfo);
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h64 void reset(const MCLDInfo& pLDInfo);
H A DDiagnosticInfos.h41 DiagnosticInfos(const MCLDInfo& pLDInfo);
H A DDiagnosticPrinter.h31 virtual void beginInput(const Input& pInput, const MCLDInfo& pLDInfo) {} argument
H A DELFReader.h95 MCLDInfo& pLDInfo,
219 MCLDInfo& pLDInfo,
H A DGNUArchiveReader.h32 explicit GNUArchiveReader(MCLDInfo& pLDInfo,
H A DRelocation.h83 void apply(RelocationFactory& pRelocFactory, const MCLDInfo& pLDInfo);
H A DRelocationFactory.h55 const MCLDInfo& pLDInfo) = 0;
H A DTextDiagnosticPrinter.h28 TextDiagnosticPrinter(llvm::raw_ostream& pOStream, const MCLDInfo& pLDInfo);
37 virtual void beginInput(const Input& pInput, const MCLDInfo& pLDInfo);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDriver.h37 MCLDDriver(MCLDInfo& pLDInfo,
H A DMCLinker.h69 MCLDInfo& pLDInfo,
/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h23 void InitializeDiagnosticEngine(const MCLDInfo& pLDInfo,
H A Draw_ostream.h37 const MCLDInfo* pLDInfo = NULL);
43 const MCLDInfo* pLDInfo = NULL);
47 void setLDInfo(const MCLDInfo& pLDInfo);
68 void InitializeOStreams(const MCLDInfo& pLDInfo);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h181 const MCLDInfo& pLDInfo);
194 const MCLDInfo& pLDInfo);
200 const MCLDInfo& pLDInfo);
204 virtual void sizeInterp(const Output& pOutput, const MCLDInfo& pLDInfo);
207 virtual void emitInterp(Output& pOutput, const MCLDInfo& pLDInfo);
268 virtual bool allocateCommonSymbols(const MCLDInfo& pLDInfo, MCLinker& pLinker) const;
274 const MCLDInfo& pLDInfo,
281 const MCLDInfo& pLDInfo,
311 const MCLDInfo& pLDInfo,
318 const MCLDInfo& pLDInfo,
[all...]
H A DTargetLDBackend.h73 const MCLDInfo& pLDInfo,
141 const MCLDInfo& pLDInfo) = 0;
151 virtual bool allocateCommonSymbols(const MCLDInfo& pLDInfo, MCLinker& pLinker) const = 0;
164 virtual void sizeInterp(const Output& pOutput, const MCLDInfo& pLDInfo) = 0;
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp178 void SectLinker::initializeInputOutput(MCLDInfo &pLDInfo) argument
182 if (Output::Object == pLDInfo.output().type())
187 MemoryArea* out_area = memAreaFactory()->produce(pLDInfo.output().path(),
193 fatal(diag::err_cannot_open_output_file) << pLDInfo.output().name()
194 << pLDInfo.output().path();
197 pLDInfo.output().setMemArea(out_area);
198 pLDInfo.output().setContext(pLDInfo.contextFactory().produce());
201 InputTree::dfs_iterator input, inEnd = pLDInfo.inputs().dfs_end();
202 for (input = pLDInfo
[all...]
H A DSectLinkerOption.cpp17 SectLinkerOption::SectLinkerOption(MCLDInfo &pLDInfo) argument
18 : m_pLDInfo(&pLDInfo) { }
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp30 void DiagnosticEngine::reset(const MCLDInfo& pLDInfo) argument
32 m_pLDInfo = &pLDInfo;
H A DDiagnosticInfos.cpp88 DiagnosticInfos::DiagnosticInfos(const MCLDInfo& pLDInfo) argument
89 : m_LDInfo(pLDInfo) {
H A DELFWriter.cpp35 void ELFWriter::writeELF32Header(const MCLDInfo& pLDInfo, argument
73 header->e_entry = getEntryPoint(pLDInfo, pLayout, pBackend, pOutput);
86 void ELFWriter::writeELF64Header(const MCLDInfo& pLDInfo, argument
124 header->e_entry = getEntryPoint(pLDInfo, pLayout, pBackend, pOutput);
137 uint64_t ELFWriter::getEntryPoint(const MCLDInfo& pLDInfo, argument
144 if (pLDInfo.options().hasEntry())
145 entry_name = pLDInfo.options().entry();
151 bool issue_warning = (pLDInfo.options().hasEntry()
155 const LDSymbol* entry_symbol = pLDInfo.getNamePool().findSymbol(entry_name);
H A DGNUArchiveReader.cpp32 GNUArchiveReader::GNUArchiveReader(MCLDInfo& pLDInfo, argument
35 : m_LDInfo(pLDInfo),
H A DRelocation.cpp51 const MCLDInfo& pLDInfo)
54 pRelocFactory.applyRelocation(*this, pLDInfo);
50 apply(RelocationFactory& pRelocFactory, const MCLDInfo& pLDInfo) argument
H A DTextDiagnosticPrinter.cpp30 const MCLDInfo& pLDInfo)
31 : m_OStream(pOStream), m_LDInfo(pLDInfo), m_pInput(NULL) {
159 void TextDiagnosticPrinter::beginInput(const Input& pInput, const MCLDInfo& pLDInfo) argument
29 TextDiagnosticPrinter(llvm::raw_ostream& pOStream, const MCLDInfo& pLDInfo) argument
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp29 MCLDDriver::MCLDDriver(MCLDInfo& pLDInfo, argument
32 : m_LDInfo(pLDInfo),

Completed in 685 milliseconds

12