Home
last modified time | relevance | path

Searched refs:MCAI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp87 const MCAsmInfo *MCAI = TM.getMCAsmInfo(); in emitInlineAsm() local
88 assert(MCAI && "No MCAsmInfo"); in emitInlineAsm()
89 if (!MCAI->useIntegratedAssembler() && in emitInlineAsm()
90 !MCAI->parseInlineAsmUsingAsmParser() && in emitInlineAsm()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1543 const MCAsmInfo *MCAI = MF.getTarget().getMCAsmInfo(); in placeMarkers() local
1547 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1556 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in placeMarkers()
1706 const MCAsmInfo *MCAI = MF.getTarget().getMCAsmInfo(); in runOnMachineFunction() local
1717 if (MCAI->getExceptionHandlingType() == ExceptionHandling::Wasm && in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h711 const MCAsmInfo *MCAI = TM.getMCAsmInfo(); in addPassesToHandleExceptions() local
712 assert(MCAI && "No MCAsmInfo"); in addPassesToHandleExceptions()
713 switch (MCAI->getExceptionHandlingType()) { in addPassesToHandleExceptions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp898 const MCAsmInfo *MCAI = TM->getMCAsmInfo(); in addPassesToHandleExceptions() local
899 assert(MCAI && "No MCAsmInfo"); in addPassesToHandleExceptions()
900 switch (MCAI->getExceptionHandlingType()) { in addPassesToHandleExceptions()