Searched refs:MCAsmBackendCtorFn (Results 1 – 3 of 3) 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()
241 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable318 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()405 if (!MCAsmBackendCtorFn) in createMCAsmBackend()407 return MCAsmBackendCtorFn(*this, STI, MRI, Options); in createMCAsmBackend()770 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()