Home
last modified time | relevance | path

Searched refs:fixup_uleb128_i32 (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/MC/WebAssembly/
Dtail-call-encodings.s11 # CHECK-NEXT: fixup A - offset: 1, value: bar1, kind: fixup_uleb128_i32
20 # CHECK-NEXT: fixup A - offset: 1, value: .Ltypeindex0@TYPEINDEX, kind: fixup_uleb128_i32
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyFixupKinds.h19 fixup_uleb128_i32, // 32-bit unsigned enumerator
DWebAssemblyWasmObjectWriter.cpp95 case WebAssembly::fixup_uleb128_i32: in getRelocType()
DWebAssemblyMCCodeEmitter.cpp159 FixupKind = MCFixupKind(WebAssembly::fixup_uleb128_i32); in encodeInstruction()
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyFixupKinds.h19 fixup_uleb128_i32, // 32-bit unsigned enumerator
DWebAssemblyWasmObjectWriter.cpp100 case WebAssembly::fixup_uleb128_i32: in getRelocType()
DWebAssemblyMCCodeEmitter.cpp165 FixupKind = MCFixupKind(WebAssembly::fixup_uleb128_i32); in encodeInstruction()