Home
last modified time | relevance | path

Searched refs:MCAsmBackendCtorFn (Results 1 – 2 of 2) 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()