Home
last modified time | relevance | path

Searched refs:getTagIndex (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lld/wasm/
H A DSymbols.cpp362 uint32_t TagSymbol::getTagIndex() const { in getTagIndex() function in lld::wasm::TagSymbol
H A DSymbols.h453 uint32_t getTagIndex() const;
H A DInputFiles.cpp203 return getTagSymbol(reloc.Index)->getTagIndex(); in calcNewValue()
H A DSyntheticSections.cpp644 writeUleb128(sub.os, t->getTagIndex(), "index"); in writeBody()
H A DWriter.cpp708 export_ = {name, WASM_EXTERNAL_TAG, t->getTagIndex()}; in calculateExports()