Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetRegistry.h206 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
283 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()
377 if (!MCAsmBackendCtorFn) in createMCAsmBackend()
379 return MCAsmBackendCtorFn(*this, MRI, Triple(TheTriple), CPU); in createMCAsmBackend()
733 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()