Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DRelocations.cpp77 static void addGOTEntry(Symbol *sym) { in addGOTEntry() function
79 out.importSec->addGOTEntry(sym); in addGOTEntry()
114 addGOTEntry(sym); in scanRelocations()
150 addGOTEntry(sym); in scanRelocations()
DSyntheticSections.h105 void addGOTEntry(Symbol *sym);
DSyntheticSections.cpp104 void ImportSection::addGOTEntry(Symbol *sym) { in addGOTEntry() function in lld::wasm::ImportSection