Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DInputChunks.h81 void generateRelocationCode(raw_ostream &os) const;
H A DWriter.cpp1336 inSeg->generateRelocationCode(os); in createApplyDataRelocationsFunction()
1353 out.globalSec->generateRelocationCode(os, false); in createApplyGlobalRelocationsFunction()
1369 out.globalSec->generateRelocationCode(os, true); in createApplyGlobalTLSRelocationsFunction()
H A DInputChunks.cpp363 void InputChunk::generateRelocationCode(raw_ostream &os) const { in generateRelocationCode() function in lld::wasm::InputChunk
H A DSyntheticSections.h301 void generateRelocationCode(raw_ostream &os, bool TLS) const;
H A DSyntheticSections.cpp418 void GlobalSection::generateRelocationCode(raw_ostream &os, bool TLS) const { in generateRelocationCode() function in lld::wasm::GlobalSection