Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h44 bool IsWasm = false; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInternalize.cpp153 else if (!IsWasm) in maybeInternalize()
239 IsWasm = Triple(M.getTargetTriple()).isOSBinFormatWasm(); in internalizeModule()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp421 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable() local
589 if (IsSJLJ || IsWasm) { in emitExceptionTable()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp98 Env = IsWasm; in MCContext()
252 case MCContext::IsWasm: in createSymbolImpl()
H A DMCObjectFileInfo.cpp1073 case MCContext::IsWasm: in initMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h88 IsWasm, enumerator
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp803 case MCContext::IsWasm: in AsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6368 WASM = (1 << MCContext::IsWasm), in parsePrefix()
6401 case MCContext::IsWasm: in parsePrefix()