Home
last modified time | relevance | path

Searched refs:staticLink (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DPairClassType.java27 Object staticLink; field in PairClassType
52 Object staticLink) in make() argument
56 type.staticLink = staticLink; in make()
62 return staticLink; in getStaticLink()
68 return ((PairClassType) type).staticLink; in extractStaticLink()
H A DPrimProcedure.java292 xargs[0] = ((PairClassType) extraArg).staticLink; in applyToConsumerX()
/dports/lang/nickle/nickle-2.90/
H A Dframe.c16 MemReference (frame->staticLink); in FrameMark()
30 FramePtr staticLink, in NewFrame() argument
39 frame->staticLink = staticLink; in NewFrame()
H A Dfunc.c114 MemReference (f->staticLink); in FuncMark()
158 NewFunc (CodePtr code, FramePtr staticLink) in NewFunc() argument
165 ret->func.staticLink = staticLink; in NewFunc()
H A Dexecute.c48 func->func.staticLink, in BuildFrame()
947 if (frame->staticLink) in FrameValid()
948 assert (frame->staticLink->data == &FrameType); in FrameValid()
1209 for (i = 0, fp = thread->thread.continuation.frame; i < inst->frame.staticLink; i++) in ThreadsRun()
1210 fp = fp->staticLink; in ThreadsRun()
1223 for (i = 0, fp = thread->thread.continuation.frame; i < inst->frame.staticLink; i++) in ThreadsRun()
1224 fp = fp->staticLink; in ThreadsRun()
H A Dnickle.h163 FramePtr staticLink; member
173 FramePtr staticLink,
405 short staticLink; member
H A Dcompile.c514 inst->frame.staticLink = depth; in CompileLvalue()
520 inst->frame.staticLink = depth; in CompileLvalue()
2266 int staticLink; in _CompileExpr() local
2285 inst->var.staticLink = 0; in _CompileExpr()
2290 inst->frame.staticLink = staticLink; in _CompileExpr()
2296 inst->frame.staticLink = staticLink; in _CompileExpr()
3720 assign->frame.staticLink = 0; in _CompileStat()
4097 inst->frame.staticLink = d; in CompileArrayDimValue()
4307 inst->frame.staticLink = 0; in CompileDecl()
4313 inst->frame.staticLink = 0; in CompileDecl()
[all …]
H A Dvalue.h746 FramePtr staticLink; member
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DDriverPipeline.hs482 staticLink = case ghcLink dflags of function
505 exe_file = exeFileName staticLink dflags
536 linkingNeeded dflags staticLink linkables pkg_deps = do
540 let exe_file = exeFileName staticLink dflags
1713 output_fn = exeFileName staticLink dflags
1792 return $ if staticLink
1854 not staticLink &&
1873 not staticLink
1904 exeFileName staticLink dflags
1908 _ -> if staticLink
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/MachO/
H A DConfig.h38 bool staticLink = false; member
H A DDriver.cpp629 config->staticLink = (arg->getOption().getID() == OPT_static); in link()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/MachO/
H A DConfig.h46 bool staticLink = false; member
H A DDriver.cpp746 config->staticLink = (arg->getOption().getID() == OPT_static); in link()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/MachO/
H A DConfig.h46 bool staticLink = false; member
H A DDriver.cpp746 config->staticLink = (arg->getOption().getID() == OPT_static); in link()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/cmd/gllgo/
H A Dgllgo.go198 staticLink bool member
409 opts.staticLink = true
718 if opts.staticLink {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DConfig.h105 bool staticLink = false; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DConfig.h105 bool staticLink = false; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DConfig.h105 bool staticLink = false; member
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DConfig.h105 bool staticLink = false; member
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/
H A DConfig.h105 bool staticLink = false; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/module/
H A Dmodule_imp.h50 bool compileGenBinary(NEO::TranslationInput inputArgs, bool staticLink);
H A Dmodule_imp.cpp164 bool ModuleTranslationUnit::compileGenBinary(NEO::TranslationInput inputArgs, bool staticLink) { in compileGenBinary() argument
173 if (staticLink) { in compileGenBinary()
/dports/lang/voc/voc-63008f6/src/compiler/
H A DextTools.Mod88 Strings.Append(Configuration.staticLink, cmd)
/dports/lang/voc/voc-63008f6/doc/
H A DWinstallation.md255 staticLink* = '-static';

12