HomeSort by relevance Sort by last modified time
    Searched refs:TargetLDBackendCtorFn (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Support/
Target.cpp 23 TargetLDBackendCtorFn(NULL),
61 if (TargetLDBackendCtorFn == NULL)
63 return TargetLDBackendCtorFn(pConfig);
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 75 if (!T.TargetLDBackendCtorFn)
76 T.TargetLDBackendCtorFn = Fn;
Target.h 97 TargetLDBackendCtorTy TargetLDBackendCtorFn;

Completed in 660 milliseconds