Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DRelocations.cpp80 out.globalSec->addInternalGOTEntry(sym); in addGOTEntry()
H A DSyntheticSections.h289 void addInternalGOTEntry(Symbol *sym);
H A DSyntheticSections.cpp402 void GlobalSection::addInternalGOTEntry(Symbol *sym) { in addInternalGOTEntry() function in lld::wasm::GlobalSection