Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSymbols.cpp149 uint32_t Symbol::getOutputSymbolIndex() const { in getOutputSymbolIndex() function in lld::wasm::Symbol
DSymbols.h103 uint32_t getOutputSymbolIndex() const;
DInputFiles.cpp111 return sym->getOutputSymbolIndex(); in calcNewIndex()
DSyntheticSections.cpp493 writeUleb128(sub.os, f.sym->getOutputSymbolIndex(), "function index"); in writeBody()