Lines Matching defs:wasm
31 using namespace llvm::wasm;
37 std::string toString(const wasm::InputFile *file) {
47 namespace wasm {
367 // TODO(sbc): Add ability for wasm sections to carry flags so we don't
369 // For now, keep in sync with uses of wasm::WASM_SEG_FLAG_STRINGS in
476 // Parse a memory buffer as a wasm file.
482 fatal(toString(this) + ": not a wasm file");
489 // Parse a memory buffer as a wasm file.
493 fatal(toString(this) + ": not a relocatable wasm file");
908 } // namespace wasm