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

References

lib/MC/WasmObjectWriter.cpp
  497   if (Type != wasm::R_WASM_TYPE_INDEX_LEB) {
  552   case wasm::R_WASM_TYPE_INDEX_LEB:
  626   if (RelEntry.Type == wasm::R_WASM_TYPE_INDEX_LEB) {
  651     case wasm::R_WASM_TYPE_INDEX_LEB:
lib/Object/RelocationResolver.cpp
  490   case wasm::R_WASM_TYPE_INDEX_LEB:
  509   case wasm::R_WASM_TYPE_INDEX_LEB:
lib/Object/WasmObjectFile.cpp
  777     case wasm::R_WASM_TYPE_INDEX_LEB:
 1481   if (Rel.Type == wasm::R_WASM_TYPE_INDEX_LEB)
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
   83       return wasm::R_WASM_TYPE_INDEX_LEB;
tools/lld/wasm/InputChunks.cpp
   54     case R_WASM_TYPE_INDEX_LEB:
  111     if (rel.Type != R_WASM_TYPE_INDEX_LEB)
  118     case R_WASM_TYPE_INDEX_LEB:
  183   case R_WASM_TYPE_INDEX_LEB:
  199   case R_WASM_TYPE_INDEX_LEB:
tools/lld/wasm/InputFiles.cpp
   92   if (reloc.Type == R_WASM_TYPE_INDEX_LEB) {
  151   case R_WASM_TYPE_INDEX_LEB:
  167   if (reloc.Type != R_WASM_TYPE_INDEX_LEB) {
  195   case R_WASM_TYPE_INDEX_LEB:
tools/lld/wasm/MarkLive.cpp
  113       if (reloc.Type == R_WASM_TYPE_INDEX_LEB)
tools/lld/wasm/Relocations.cpp
   62     if (reloc.Type == R_WASM_TYPE_INDEX_LEB) {