Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h315 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
408 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()
506 if (!MCAsmBackendCtorFn) in createMCAsmBackend()
508 return MCAsmBackendCtorFn(*this, STI, MRI, Options); in createMCAsmBackend()
950 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()