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

  /frameworks/compile/mclinker/lib/Target/
Target.cpp 17 : TargetMachineCtorFn(NULL),
  /frameworks/compile/mclinker/include/mcld/Support/
TargetRegistry.h 68 if (TargetMachineCtorFn && m_pT) {
71 return TargetMachineCtorFn(*this, *tm, pTriple);
113 TargetMachineCtorTy TargetMachineCtorFn;
160 if (!T.TargetMachineCtorFn)
161 T.TargetMachineCtorFn = Fn;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 175 /// TargetMachineCtorFn - Construction function for this target's
177 TargetMachineCtorTy TargetMachineCtorFn;
238 bool hasTargetMachine() const { return TargetMachineCtorFn != 0; }
346 if (!TargetMachineCtorFn)
348 return TargetMachineCtorFn(*this, Triple, CPU, Features, Options,
660 if (!T.TargetMachineCtorFn)
661 T.TargetMachineCtorFn = Fn;
    [all...]

Completed in 1017 milliseconds