Searched refs:intConst (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | InputElement.h | 45 inline WasmInitExpr intConst(uint64_t value, bool is64) { in intConst() function 67 initExpr = intConst(value, config->is64.value_or(false)); in setPointerValue()
|
| H A D | SyntheticSections.cpp | 502 initExpr = intConst(d->getVA(), is64); in writeBody() 504 initExpr = intConst(f->isStub ? 0 : f->getTableIndex(), is64); in writeBody() 507 initExpr = intConst(0, is64); in writeBody() 515 writeInitExpr(os, intConst(sym->getVA(), is64)); in writeBody()
|
| H A D | OutputSections.cpp | 145 initExpr = intConst(segment->startVA, is64); in finalizeContents()
|
| H A D | Driver.cpp | 586 wasmGlobal.InitExpr = intConst(0, is64); in createGlobal()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | expression.cpp | 2720 if (const auto *intConst{ in Analyze() local 2722 return Analyze(*intConst, true); in Analyze()
|