Home
last modified time | relevance | path

Searched refs:VK_WASM_TBREL (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp79 case MCSymbolRefExpr::VK_WASM_TBREL: in getRelocType()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp114 Kind = MCSymbolRefExpr::VK_WASM_TBREL; in lowerSymbolOperand()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCExpr.cpp361 case VK_WASM_TBREL: return "TBREL"; in getVariantKindName()
502 .Case("tbrel", VK_WASM_TBREL) in getVariantKindForName()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h331 VK_WASM_TBREL, // Table index relative to __table_base enumerator