Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DBinary.h121 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbol.h287 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function