Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.cpp96 uint32_t numImports = importedSymbols.size() + gotSymbols.size(); in getNumImports()
110 gotSymbols.push_back(sym); in addGOTEntry()
186 for (const Symbol *sym : gotSymbols) { in writeBody()
605 for (const Symbol *s : out.importSec->gotSymbols) { in writeBody()
DSyntheticSections.h122 std::vector<const Symbol *> gotSymbols; variable