Home
last modified time | relevance | path

Searched refs:MCLinkerCtorFn (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DTarget.cpp22 MCLinkerCtorFn(NULL), in Target()
46 if (MCLinkerCtorFn == NULL) in createMCLinker()
48 return MCLinkerCtorFn(pTriple, pConfig, pModule, pFileHandle); in createMCLinker()
/frameworks/compile/mclinker/include/mcld/Support/
DTarget.h95 MCLinkerCtorTy MCLinkerCtorFn; variable