Searched refs:MCAsmBackendCtorFn (Results 1 – 2 of 2) sorted by relevance
172 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable232 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != 0; } in hasMCAsmBackend()345 if (!MCAsmBackendCtorFn) in createMCAsmBackend()347 return MCAsmBackendCtorFn(*this, Triple); in createMCAsmBackend()643 if (!T.MCAsmBackendCtorFn) in RegisterMCAsmBackend()644 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()
203 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable280 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()369 if (!MCAsmBackendCtorFn) in createMCAsmBackend()371 return MCAsmBackendCtorFn(*this, MRI, Triple(TheTriple), CPU); in createMCAsmBackend()716 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()