Searched refs:isWasm (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h38 static bool classof(const MCSymbol *S) { return S->isWasm(); }
H A DMCSymbol.h280 bool isWasm() const { return Kind == SymbolKindWasm; } function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h132 bool isWasm() const { return TypeID == ID_Wasm; } function in class:llvm::object::Binary
H A DWasm.h129 static bool classof(const Binary *v) { return v->isWasm(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp605 } else if (Obj.isWasm()) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp432 if (Obj->isWasm())
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2041 if (O->isWasm())

Completed in 79 milliseconds