Home
last modified time | relevance | path

Searched refs:internalGotSymbols (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/wasm/
DSyntheticSections.cpp271 for (Symbol *sym : internalGotSymbols) in assignIndexes()
285 internalGotSymbols.push_back(sym); in addInternalGOTEntry()
296 for (const Symbol *sym : internalGotSymbols) { in generateRelocationCode()
332 for (const Symbol *sym : internalGotSymbols) { in writeBody()
561 numNames += out.globalSec->internalGotSymbols.size(); in numNamedGlobals()
615 for (Symbol *s : out.globalSec->internalGotSymbols) { in writeBody()
DSyntheticSections.h200 internalGotSymbols.size(); in numGlobals()
224 std::vector<Symbol *> internalGotSymbols; variable