Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DTargetRegistry.h298 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
386 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()
486 if (!MCAsmBackendCtorFn) in createMCAsmBackend()
488 return MCAsmBackendCtorFn(*this, STI, MRI, Options); in createMCAsmBackend()
913 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()