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

  /frameworks/compile/mclinker/include/mcld/Support/
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 30 milliseconds