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

Declarations

tools/lld/wasm/InputChunks.h
  229 StringRef relocTypeToString(uint8_t relocType);

References

tools/lld/wasm/InputChunks.cpp
   83         warn("unexpected existing value for " + relocTypeToString(rel.Type) +
  110     LLVM_DEBUG(dbgs() << "apply reloc: type=" << relocTypeToString(rel.Type));
  309     LLVM_DEBUG(dbgs() << "gen reloc: type=" << relocTypeToString(rel.Type)
tools/lld/wasm/Relocations.cpp
   94         error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) +