Home
last modified time | relevance | path

Searched defs:isWasm (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h132 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h280 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function