Home
last modified time | relevance | path

Searched refs:getOutputSymbolIndex (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.cpp182 uint32_t Symbol::getOutputSymbolIndex() const { in getOutputSymbolIndex() function in lld::wasm::Symbol
H A DSymbols.h113 uint32_t getOutputSymbolIndex() const;
H A DInputFiles.cpp111 return sym->getOutputSymbolIndex(); in calcNewIndex()
H A DSyntheticSections.cpp684 writeUleb128(sub.os, f.sym->getOutputSymbolIndex(), "function index"); in writeBody()