Searched refs:MCAsmBackendCtorFn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h196 /// MCAsmBackendCtorFn - Construction function for this target's
198 MCAsmBackendCtorTy MCAsmBackendCtorFn; member in class:llvm::Target
264 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != 0; }
377 if (!MCAsmBackendCtorFn)
379 return MCAsmBackendCtorFn(*this, Triple, CPU);
712 if (!T.MCAsmBackendCtorFn)
713 T.MCAsmBackendCtorFn = Fn;

Completed in 56 milliseconds