Home
last modified time | relevance | path

Searched refs:isWasm (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h38 static bool classof(const MCSymbol *S) { return S->isWasm(); } in classof()
DMCSymbol.h280 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/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
DWasm.h129 static bool classof(const Binary *v) { return v->isWasm(); } in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp605 } else if (Obj.isWasm()) { in getRelocationResolver()