Home
last modified time | relevance | path

Searched refs:getGOTIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/wasm/
DSyntheticSections.cpp321 writeUleb128(os, sym->getGOTIndex(), "got_entry"); in generateRelocationCode()
606 writeUleb128(sub.os, s->getGOTIndex(), "global index"); in writeBody()
616 writeUleb128(sub.os, s->getGOTIndex(), "global index"); in writeBody()
DInputChunks.cpp399 writeUleb128(os, sym->getGOTIndex(), "global index"); in generateRelocationCode()
DSymbols.h115 uint32_t getGOTIndex() const { in getGOTIndex() function
DInputFiles.cpp261 return sym->getGOTIndex(); in calcNewValue()