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

References

tools/lld/wasm/Relocations.cpp
   62     if (reloc.Type == R_WASM_TYPE_INDEX_LEB) {
   64       file->typeMap[reloc.Index] =
   65           out.typeSec->registerType(types[reloc.Index]);
   66       file->typeIsUsed[reloc.Index] = true;
   71     Symbol *sym = file->getSymbols()[reloc.Index];
   73     switch (reloc.Type) {
   88       switch (reloc.Type) {
   94         error(toString(file) + ": relocation " + relocTypeToString(reloc.Type) +