Home
last modified time | relevance | path

Searched refs:generateRelocationCode (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h80 void generateRelocationCode(raw_ostream &os) const;
H A DWriter.cpp1311 inSeg->generateRelocationCode(os); in createApplyDataRelocationsFunction()
1328 out.globalSec->generateRelocationCode(os, false); in createApplyGlobalRelocationsFunction()
1344 out.globalSec->generateRelocationCode(os, true); in createApplyGlobalTLSRelocationsFunction()
H A DSyntheticSections.h300 void generateRelocationCode(raw_ostream &os, bool TLS) const;
H A DInputChunks.cpp363 void InputChunk::generateRelocationCode(raw_ostream &os) const { in generateRelocationCode() function in lld::wasm::InputChunk
H A DSyntheticSections.cpp416 void GlobalSection::generateRelocationCode(raw_ostream &os, bool TLS) const { in generateRelocationCode() function in lld::wasm::GlobalSection