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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 154 /// MCInstrAnalysisCtorFn - Constructor function for this target's
156 MCInstrAnalysisCtorFnTy MCInstrAnalysisCtorFn;
295 if (!MCInstrAnalysisCtorFn)
297 return MCInstrAnalysisCtorFn(Info);
582 if (!T.MCInstrAnalysisCtorFn)
583 T.MCInstrAnalysisCtorFn = Fn;
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 185 /// MCInstrAnalysisCtorFn - Constructor function for this target's
187 MCInstrAnalysisCtorFnTy MCInstrAnalysisCtorFn;
317 if (!MCInstrAnalysisCtorFn)
319 return MCInstrAnalysisCtorFn(Info);
663 T.MCInstrAnalysisCtorFn = Fn;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
TargetRegistry.h 223 /// MCInstrAnalysisCtorFn - Constructor function for this target's
225 MCInstrAnalysisCtorFnTy MCInstrAnalysisCtorFn;
352 if (!MCInstrAnalysisCtorFn)
354 return MCInstrAnalysisCtorFn(Info);
717 T.MCInstrAnalysisCtorFn = Fn;
    [all...]

Completed in 59 milliseconds