Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSymbols.cpp154 void Symbol::setOutputSymbolIndex(uint32_t index) { in setOutputSymbolIndex() function in lld::wasm::Symbol
DSymbols.h104 void setOutputSymbolIndex(uint32_t index);
DSyntheticSections.cpp540 sym->setOutputSymbolIndex(symtabEntries.size()); in addToSymtab()