Searched refs:generateRelocationCode (Results 1 – 5 of 5) sorted by relevance
81 void generateRelocationCode(raw_ostream &os) const;
1336 inSeg->generateRelocationCode(os); in createApplyDataRelocationsFunction()1353 out.globalSec->generateRelocationCode(os, false); in createApplyGlobalRelocationsFunction()1369 out.globalSec->generateRelocationCode(os, true); in createApplyGlobalTLSRelocationsFunction()
363 void InputChunk::generateRelocationCode(raw_ostream &os) const { in generateRelocationCode() function in lld::wasm::InputChunk
301 void generateRelocationCode(raw_ostream &os, bool TLS) const;
418 void GlobalSection::generateRelocationCode(raw_ostream &os, bool TLS) const { in generateRelocationCode() function in lld::wasm::GlobalSection