Home
last modified time | relevance | path

Searched defs:IsEmscripten (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyWasmObjectWriter.cpp43 bool IsEmscripten) in WebAssemblyWasmObjectWriter()
120 llvm::createWebAssemblyWasmObjectWriter(bool Is64Bit, bool IsEmscripten) { in createWebAssemblyWasmObjectWriter()
DWebAssemblyAsmBackend.cpp34 bool IsEmscripten; member in __anonc592c02b0111::WebAssemblyAsmBackend
37 explicit WebAssemblyAsmBackend(bool Is64Bit, bool IsEmscripten) in WebAssemblyAsmBackend()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWasmObjectTargetWriter.cpp14 bool IsEmscripten) in MCWasmObjectTargetWriter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCWasmObjectWriter.h23 const unsigned IsEmscripten : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp445 bool IsEmscripten = TargetTriple.isOSEmscripten(); in getShadowMapping() local