Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.h51 StringRef debugName; variable
260 debugName = function->DebugName; in InputFunction()
313 StringRef debugName = {})
316 this->debugName = debugName; in InputFunction()
H A DSymbolTable.cpp843 StringRef debugName) { in replaceWithUnreachable() argument
844 auto *func = make<SyntheticFunction>(sig, sym->getName(), debugName); in replaceWithUnreachable()
849 replaceSymbol<DefinedFunction>(sym, debugName, WASM_SYMBOL_BINDING_LOCAL, in replaceWithUnreachable()
860 StringRef debugName = saver().save("undefined_weak:" + toString(*sym)); in replaceWithUndefined() local
861 replaceWithUnreachable(sym, *sym->getSignature(), debugName); in replaceWithUndefined()
958 StringRef debugName = in handleSymbolVariants() local
960 replaceWithUnreachable(f, *f->signature, debugName); in handleSymbolVariants()
H A DSymbolTable.h120 StringRef debugName);
H A DSyntheticSections.cpp739 if (!f->name.empty() || !f->debugName.empty()) in numNamedFunctions()
785 if (!f->debugName.empty()) { in writeBody()
786 writeStr(sub.os, f->debugName, "symbol name"); in writeBody()