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.h290 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
383 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()
491 if (!MCAsmBackendCtorFn) in createMCAsmBackend()
493 return MCAsmBackendCtorFn(*this, STI, MRI, Options); in createMCAsmBackend()
859 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()