Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h137 bool isWasm() const { return TypeID == ID_Wasm; } in isWasm() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h291 bool isWasm() const { return Kind == SymbolKindWasm; } in isWasm() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1030 bool isWasm() const { in isWasm() function