Home
last modified time | relevance | path

Searched refs:setRelocations (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/wasm/
DInputChunks.h48 void setRelocations(ArrayRef<WasmRelocation> rs) { relocations = rs; } in setRelocations() function
DInputFiles.cpp303 c->setRelocations(ArrayRef<WasmRelocation>(relocsStart, relocsNext)); in setRelocs()
364 customSections.back()->setRelocations(section.Relocations); in parse()