Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h172 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
232 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()
/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-7.0/llvm/include/llvm/Support/
DTargetRegistry.h241 MCAsmBackendCtorTy MCAsmBackendCtorFn; variable
318 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()