Searched refs:intConst (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/lld/wasm/
H A DInputElement.h46 inline WasmInitExpr intConst(uint64_t value, bool is64) { function in namespace:lld::wasm
68 initExpr = intConst(value, config->is64.value_or(false));
H A DSyntheticSections.cpp504 initExpr = intConst(d->getVA(), is64);
506 initExpr = intConst(f->isStub ? 0 : f->getTableIndex(), is64);
509 initExpr = intConst(0, is64);
517 writeInitExpr(os, intConst(sym->getVA(), is64));
H A DOutputSections.cpp144 initExpr = intConst(segment->startVA, is64);
H A DDriver.cpp722 wasmGlobal.InitExpr = intConst(0, is64);

Completed in 100 milliseconds