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

/frameworks/compile/mclinker/lib/Support/
H A DTarget.cpp22 TargetLDBackendCtorFn(NULL),
67 if (NULL == TargetLDBackendCtorFn)
69 return TargetLDBackendCtorFn(pConfig);
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h98 if (!T.TargetLDBackendCtorFn)
99 T.TargetLDBackendCtorFn = Fn;
H A DTarget.h98 TargetLDBackendCtorTy TargetLDBackendCtorFn; member in class:mcld::Target

Completed in 210 milliseconds