reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/Wasm.h
  384 std::string toString(WasmSymbolType type);
include/llvm/MC/MCSymbolWasm.h
   17   wasm::WasmSymbolType Type = wasm::WASM_SYMBOL_TYPE_DATA;
   47   wasm::WasmSymbolType getType() const { return Type; }
   48   void setType(wasm::WasmSymbolType type) { Type = type; }
lib/BinaryFormat/Wasm.cpp
   11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) {
tools/lld/wasm/SymbolTable.cpp
  130                             llvm::wasm::WasmSymbolType type) {
tools/lld/wasm/Symbols.cpp
   81 WasmSymbolType Symbol::getWasmType() const {
tools/lld/wasm/Symbols.h
  107   WasmSymbolType getWasmType() const;
tools/lld/wasm/SyntheticSections.cpp
  393       WasmSymbolType kind = sym->getWasmType();