Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetRegistry.h203 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
280 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h246 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
323 bool hasMCAsmBackend() const { return MCAsmBackendCtorFn != nullptr; } in hasMCAsmBackend()
410 if (!MCAsmBackendCtorFn) in createMCAsmBackend()
412 return MCAsmBackendCtorFn(*this, STI, MRI, Options); in createMCAsmBackend()
779 T.MCAsmBackendCtorFn = Fn; in RegisterMCAsmBackend()