reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 for (const WasmRelocation &rel : relocations) { 96 if (relocations.empty()) 104 << " count=" << relocations.size() << "\n"); 107 for (const WasmRelocation &rel : relocations) { 147 if (relocations.empty()) 154 for (const WasmRelocation &rel : relocations) { 242 for (const WasmRelocation &rel : relocations) { 280 for (const WasmRelocation &rel : relocations) { 300 << " count=" << relocations.size() << "\n"); 305 for (const WasmRelocation &rel : relocations) {tools/lld/wasm/InputChunks.h
47 ArrayRef<WasmRelocation> getRelocations() const { return relocations; } 48 void setRelocations(ArrayRef<WasmRelocation> rs) { relocations = rs; } 56 size_t getNumRelocations() const { return relocations.size(); }