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

  /frameworks/compile/mclinker/lib/Support/
Target.cpp 21 TargetMachineCtorFn(NULL),
36 if (TargetMachineCtorFn == NULL)
38 return TargetMachineCtorFn(pTarget, *this, pTM, pTriple);
  /frameworks/compile/mclinker/include/mcld/Support/
Target.h 94 TargetMachineCtorTy TargetMachineCtorFn;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 200 /// TargetMachineCtorFn - Construction function for this target's
202 TargetMachineCtorTy TargetMachineCtorFn;
280 bool hasTargetMachine() const { return TargetMachineCtorFn != nullptr; }
366 if (!TargetMachineCtorFn)
368 return TargetMachineCtorFn(*this, Triple(TT), CPU, Features, Options, RM,
720 T.TargetMachineCtorFn = Fn;
    [all...]

Completed in 843 milliseconds