Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.h102 void generateRelocationCode(raw_ostream &os) const;
DSyntheticSections.h220 void generateRelocationCode(raw_ostream &os) const;
DInputChunks.cpp355 void InputSegment::generateRelocationCode(raw_ostream &os) const { in generateRelocationCode() function in lld::wasm::InputSegment
DWriter.cpp1041 out.globalSec->generateRelocationCode(os); in createApplyRelocationsFunction()
1047 inSeg->generateRelocationCode(os); in createApplyRelocationsFunction()
DSyntheticSections.cpp288 void GlobalSection::generateRelocationCode(raw_ostream &os) const { in generateRelocationCode() function in lld::wasm::GlobalSection