Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h283 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
372 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()
470 if (!MCAsmBackendCtorFn) in createMCAsmBackend()
472 return MCAsmBackendCtorFn(*this, STI, MRI, Options); in createMCAsmBackend()
840 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()