Searched refs:pArgc (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DTripleOptions.h23 bool parse(int pArgc, char* pArgv[], LinkerConfig& pConfig);
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp35 static inline bool ConfigLinker(int pArgc, argument
55 llvm::cl::ParseCommandLineOptions(pArgc, pArgv, pName);
60 if (!triple.parse(pArgc, pArgv, pConfig))
/frameworks/compile/mclinker/tools/mcld/lib/
H A DTripleOptions.cpp127 bool TripleOptions::parse(int pArgc, char* pArgv[], LinkerConfig& pConfig) argument

Completed in 379 milliseconds