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

  /frameworks/compile/mclinker/lib/Support/
Target.cpp 20 TargetMachineCtorFn(NULL),
38 if (NULL == TargetMachineCtorFn)
40 return TargetMachineCtorFn(pTarget, *this, pTM, pTriple);
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 65 if (!T.TargetMachineCtorFn)
66 T.TargetMachineCtorFn = Fn;
Target.h 95 TargetMachineCtorTy TargetMachineCtorFn;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 194 /// TargetMachineCtorFn - Construction function for this target's
196 TargetMachineCtorTy TargetMachineCtorFn;
267 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; }
352 if (!TargetMachineCtorFn)
354 return TargetMachineCtorFn(*this, Triple, CPU, Features, Options,
677 T.TargetMachineCtorFn = Fn;
    [all...]

Completed in 1056 milliseconds