Home
last modified time | relevance | path

Searched refs:lookupType (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp149 uint32_t TypeSection::lookupType(const WasmSignature &sig) { in lookupType() function in lld::wasm::TypeSection
264 import.SigIndex = out.typeSec->lookupType(*functionSym->signature); in writeBody()
270 import.SigIndex = out.typeSec->lookupType(*tagSym->signature); in writeBody()
298 writeUleb128(os, out.typeSec->lookupType(func->signature), "sig index"); in writeBody()
376 writeUleb128(os, out.typeSec->lookupType(t->signature), "sig index"); in writeBody()
H A DSyntheticSections.h93 uint32_t lookupType(const WasmSignature &sig);