Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h222 MCAsmInfoCtorFnTy MCAsmInfoCtorFn; variable
341 if (!MCAsmInfoCtorFn) in createMCAsmInfo()
343 return MCAsmInfoCtorFn(MRI, Triple(TheTriple), Options); in createMCAsmInfo()
706 T.MCAsmInfoCtorFn = Fn; in RegisterMCAsmInfo()