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

References

lib/MC/WasmObjectWriter.cpp
  150   bool hasAddend() const { return wasm::relocTypeHasAddend(Type); }
  153     Out << wasm::relocTypetoString(Type) << " Off=" << Offset
  538   if (RelEntry.Type == wasm::R_WASM_GLOBAL_INDEX_LEB && !RelEntry.Symbol->isGlobal()) {
  543   switch (RelEntry.Type) {
  626   if (RelEntry.Type == wasm::R_WASM_TYPE_INDEX_LEB) {
  649     switch (RelEntry.Type) {
  912     W.OS << char(RelEntry.Type);
 1478       if (Rel.Type != wasm::R_WASM_TABLE_INDEX_I32 &&
 1479           Rel.Type != wasm::R_WASM_TABLE_INDEX_SLEB)