Home
last modified time | relevance | path

Searched defs:IsWasm (Results 1 – 2 of 2) 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
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h77 enum Environment { IsMachO, IsELF, IsCOFF, IsWasm, IsXCOFF }; enumerator