Searched refs:setRelocations (Results 1 – 2 of 2) sorted by relevance
246 c->setRelocations(ArrayRef<WasmRelocation>(relocsStart, relocsNext)); in setRelocs()462 customSections.back()->setRelocations(section.Relocations); in parse()
61 void setRelocations(ArrayRef<WasmRelocation> rs) { relocations = rs; } in setRelocations() function