Home
last modified time | relevance | path

Searched refs:WasmSymbolType (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h17 wasm::WasmSymbolType Type = wasm::WASM_SYMBOL_TYPE_DATA;
48 wasm::WasmSymbolType getType() const { return Type; } in getType()
49 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h17 wasm::WasmSymbolType Type = wasm::WASM_SYMBOL_TYPE_DATA;
49 wasm::WasmSymbolType getType() const { return Type; } in getType()
50 void setType(wasm::WasmSymbolType type) { Type = type; } in setType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DWasm.cpp11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
/external/llvm-project/llvm/lib/BinaryFormat/
DWasm.cpp11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h312 enum WasmSymbolType : unsigned { enum
386 std::string toString(WasmSymbolType type);
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h338 enum WasmSymbolType : unsigned { enum
415 std::string toString(WasmSymbolType type);
/external/llvm-project/lld/wasm/
DSymbols.h29 using llvm::wasm::WasmSymbolType;
106 WasmSymbolType getWasmType() const;
DSymbols.cpp87 WasmSymbolType Symbol::getWasmType() const { in getWasmType()
DSymbolTable.cpp134 llvm::wasm::WasmSymbolType type) { in reportTypeError()
DSyntheticSections.cpp442 WasmSymbolType kind = sym->getWasmType(); in writeBody()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp41 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) in print()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp42 << ", Kind=" << toString(wasm::WasmSymbolType(Info.Kind)) in print()