Home
last modified time | relevance | path

Searched defs:IsWasm (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h46 bool IsWasm = false; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp419 bool IsWasm = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::Wasm; in emitExceptionTable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h96 IsWasm, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp504 bool IsWasm = TargetTriple.isWasm(); in getShadowMapping() local