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

  /frameworks/compile/mclinker/lib/Target/
Target.cpp 19 TargetLDBackendCtorFn(NULL),
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 108 if (!TargetLDBackendCtorFn)
110 return TargetLDBackendCtorFn(*get(), pConfig);
129 TargetLDBackendCtorTy TargetLDBackendCtorFn;
207 if (!T.TargetLDBackendCtorFn)
208 T.TargetLDBackendCtorFn = Fn;

Completed in 79 milliseconds