Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h134 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h281 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h793 bool isWasm() const { in isWasm() function