Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h180 MCAsmParserCtorTy MCAsmParserCtorFn; variable
238 bool hasMCAsmParser() const { return MCAsmParserCtorFn != 0; } in hasMCAsmParser()
365 if (!MCAsmParserCtorFn) in createMCAsmParser()
367 return MCAsmParserCtorFn(STI, Parser); in createMCAsmParser()
671 if (!T.MCAsmParserCtorFn) in RegisterMCAsmParser()
672 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetRegistry.h245 MCAsmParserCtorTy MCAsmParserCtorFn; variable
321 bool hasMCAsmParser() const { return MCAsmParserCtorFn != nullptr; } in hasMCAsmParser()
418 if (!MCAsmParserCtorFn) in createMCAsmParser()
420 return MCAsmParserCtorFn(STI, Parser, MII, Options); in createMCAsmParser()
783 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()
/external/llvm/include/llvm/Support/
DTargetRegistry.h207 MCAsmParserCtorTy MCAsmParserCtorFn; variable
382 if (!MCAsmParserCtorFn) in createMCAsmParser()
384 return MCAsmParserCtorFn(STI, Parser, MII, Options); in createMCAsmParser()
729 T.MCAsmParserCtorFn = Fn; in RegisterMCAsmParser()