Lines Matching refs:wasm
11 llvm::StringRef llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
13 case wasm::WASM_SYMBOL_TYPE_FUNCTION: in toString()
15 case wasm::WASM_SYMBOL_TYPE_GLOBAL: in toString()
17 case wasm::WASM_SYMBOL_TYPE_TABLE: in toString()
19 case wasm::WASM_SYMBOL_TYPE_DATA: in toString()
21 case wasm::WASM_SYMBOL_TYPE_SECTION: in toString()
23 case wasm::WASM_SYMBOL_TYPE_TAG: in toString()
29 llvm::StringRef llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString()
41 llvm::StringRef llvm::wasm::sectionTypeToString(uint32_t Type) { in sectionTypeToString()
43 case wasm::WASM_SEC_##X: \ in sectionTypeToString()
66 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend()