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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h244 /// MCAsmBackendCtorFn - Construction function for this target's
246 MCAsmBackendCtorTy MCAsmBackendCtorFn; member in class:llvm::Target
323 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; }
410 if (!MCAsmBackendCtorFn)
412 return MCAsmBackendCtorFn(*this, STI, MRI, Options);
779 T.MCAsmBackendCtorFn = Fn;

Completed in 87 milliseconds