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

/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp190 SectLinkerOption *pLinkerOpt,
239 if (pLinkerOpt == NULL)
243 pLinkerOpt,
251 if (pLinkerOpt == NULL)
255 pLinkerOpt,
344 SectLinkerOption *pLinkerOpt,
395 pLinkerOpt->info().output().name().empty()) {
398 pLinkerOpt->info().output().setSOName(pOutputFilename);
401 pLinkerOpt->info().output().setPath(sys::fs::RealPath(pOutputFilename));
402 pLinkerOpt
185 addPassesToEmitFile(PassManagerBase &pPM, formatted_raw_ostream &Out, const std::string& pOutputFilename, mcld::CodeGenFileType pFileType, CodeGenOpt::Level pOptLvl, SectLinkerOption *pLinkerOpt, bool pDisableVerify) argument
343 addLinkerPasses(PassManagerBase &pPM, SectLinkerOption *pLinkerOpt, const std::string &pOutputFilename, MCLDFile::Type pOutputLinkType, llvm::MCContext *&Context) argument
[all...]

Completed in 76 milliseconds