Home
last modified time | relevance | path

Searched refs:IsWasm (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp412 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable() local
580 if (IsSJLJ || IsWasm) { in emitExceptionTable()
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp96 Env = IsWasm; in MCContext()
236 case MCContext::IsWasm: in createSymbolImpl()
H A DMCObjectFileInfo.cpp998 case MCContext::IsWasm: in initMCObjectFileInfo()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h77 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm, IsXCOFF }; enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp782 case MCContext::IsWasm: in AsmParser()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6336 WASM = (1 << MCContext::IsWasm), in parsePrefix()
6369 case MCContext::IsWasm: in parsePrefix()