Searched refs:scripts (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DLinkerConfig.cpp120 mLDInfo->scripts().renameMap().insert(pWrapSymbol, exist);
132 mLDInfo->scripts().renameMap().insert(from_real_str, exist);
147 mLDInfo->scripts().renameMap().insert(pPortableSymbol, exist);
159 mLDInfo->scripts().renameMap().insert(from_real_str, exist);
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DLinkerConfig.cpp113 mLDInfo->scripts().renameMap().insert(pWrapSymbol, exist);
125 mLDInfo->scripts().renameMap().insert(from_real_str, exist);
140 mLDInfo->scripts().renameMap().insert(pPortableSymbol, exist);
152 mLDInfo->scripts().renameMap().insert(from_real_str, exist);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInfo.h35 * scripts() - the script options
59 ScriptOptions& scripts() function in class:mcld::MCLDInfo
62 const ScriptOptions& scripts() const function in class:mcld::MCLDInfo
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp265 cl::desc("Add path searchdir to the list of paths that ld will search for archive libraries and ld control scripts."),
710 pLDInfo.scripts().renameMap().insert(*wname, exist);
721 pLDInfo.scripts().renameMap().insert(from_real_str, exist);
735 pLDInfo.scripts().renameMap().insert(*pname, exist);
746 pLDInfo.scripts().renameMap().insert(from_real_str, exist);

Completed in 247 milliseconds