HomeSort by: relevance | last modified time | path
    Searched refs:MCAI (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 85 const MCAsmInfo *MCAI = TM.getMCAsmInfo();
86 assert(MCAI && "No MCAsmInfo");
87 if (!MCAI->useIntegratedAssembler() &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 1562 const MCAsmInfo *MCAI = MF.getTarget().getMCAsmInfo();
1566 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm &&
1575 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm &&
1762 const MCAsmInfo *MCAI = MF.getTarget().getMCAsmInfo();
1773 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CodeGenPassBuilder.h 678 const MCAsmInfo *MCAI = TM.getMCAsmInfo();
679 assert(MCAI && "No MCAsmInfo");
680 switch (MCAI->getExceptionHandlingType()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp 896 const MCAsmInfo *MCAI = TM->getMCAsmInfo();
897 assert(MCAI && "No MCAsmInfo");
898 switch (MCAI->getExceptionHandlingType()) {

Completed in 49 milliseconds