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

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h172 /// MCAsmBackendCtorFn - Construction function for this target's
174 MCAsmBackendCtorTy MCAsmBackendCtorFn; member in class:llvm::Target
234 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != 0; }
347 if (!MCAsmBackendCtorFn)
349 return MCAsmBackendCtorFn(*this, Triple);
646 if (!T.MCAsmBackendCtorFn)
647 T.MCAsmBackendCtorFn = Fn;

Completed in 325 milliseconds