Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h259 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
337 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()
437 if (!MCAsmBackendCtorFn) in createMCAsmBackend()
439 return MCAsmBackendCtorFn(*this, STI, MRI, Options); in createMCAsmBackend()
830 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()