Home
last modified time | relevance | path

Searched refs:hasGOTIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/wasm/
DInputChunks.cpp397 if (sym->hasGOTIndex()) { in generateRelocationCode()
DSymbols.h121 bool hasGOTIndex() const { return gotIndex != INVALID_INDEX; } in hasGOTIndex() function
DSyntheticSections.cpp106 if (sym->hasGOTIndex()) in addGOTEntry()