Files
Nim/compiler/modulegraphs.idx
github-actions[bot] 0686a3c470 Deploy to GitHub pages
2026-07-22 18:32:37 +00:00

107 lines
12 KiB
Plaintext

nimTitle modulegraphs modulegraphs.html module modulegraphs 0
nim SigHash modulegraphs.html#SigHash type SigHash 28
nim Iface modulegraphs.html#Iface object Iface 30
nim Operators modulegraphs.html#Operators object Operators 40
nim NonePass modulegraphs.html#NonePass PipelinePass.NonePass 44
nim SemPass modulegraphs.html#SemPass PipelinePass.SemPass 44
nim JSgenPass modulegraphs.html#JSgenPass PipelinePass.JSgenPass 44
nim CgenPass modulegraphs.html#CgenPass PipelinePass.CgenPass 44
nim NifgenPass modulegraphs.html#NifgenPass PipelinePass.NifgenPass 44
nim EvalPass modulegraphs.html#EvalPass PipelinePass.EvalPass 44
nim InterpreterPass modulegraphs.html#InterpreterPass PipelinePass.InterpreterPass 44
nim GenDependPass modulegraphs.html#GenDependPass PipelinePass.GenDependPass 44
nim Docgen2TexPass modulegraphs.html#Docgen2TexPass PipelinePass.Docgen2TexPass 44
nim Docgen2JsonPass modulegraphs.html#Docgen2JsonPass PipelinePass.Docgen2JsonPass 44
nim Docgen2Pass modulegraphs.html#Docgen2Pass PipelinePass.Docgen2Pass 44
nim PipelinePass modulegraphs.html#PipelinePass enum PipelinePass 44
nim ModuleGraph modulegraphs.html#ModuleGraph type ModuleGraph 57
nim TPassContext modulegraphs.html#TPassContext object TPassContext 188
nim PPassContext modulegraphs.html#PPassContext type PPassContext 190
nim TPassOpen modulegraphs.html#TPassOpen type TPassOpen 192
nim TPassClose modulegraphs.html#TPassClose type TPassClose 193
nim TPassProcess modulegraphs.html#TPassProcess type TPassProcess 194
nim TPass modulegraphs.html#TPass tuple TPass 196
nim resetForBackend modulegraphs.html#resetForBackend,ModuleGraph proc resetForBackend(g: ModuleGraph) 201
nim semtabAll modulegraphs.html#semtabAll.t,ModuleGraph,PSym template semtabAll(g: ModuleGraph; m: PSym): TStrTable 258
nim initStrTables modulegraphs.html#initStrTables,ModuleGraph,PSym proc initStrTables(g: ModuleGraph; m: PSym) 261
nim strTableAdds modulegraphs.html#strTableAdds,ModuleGraph,PSym,PSym proc strTableAdds(g: ModuleGraph; m: PSym; s: PSym) 265
nim isCachedModule modulegraphs.html#isCachedModule,ModuleGraph,PSym proc isCachedModule(g: ModuleGraph; m: PSym): bool 272
nim ModuleIter modulegraphs.html#ModuleIter object ModuleIter 276
nim initModuleIter modulegraphs.html#initModuleIter,ModuleIter,ModuleGraph,PSym,PIdent proc initModuleIter(mi: var ModuleIter; g: ModuleGraph; m: PSym; name: PIdent): PSym 281
nim nextModuleIter modulegraphs.html#nextModuleIter,ModuleIter,ModuleGraph proc nextModuleIter(mi: var ModuleIter; g: ModuleGraph): PSym 287
nim allSyms modulegraphs.html#allSyms.i,ModuleGraph,PSym iterator allSyms(g: ModuleGraph; m: PSym): PSym 290
nim reexportedModuleSyms modulegraphs.html#reexportedModuleSyms,ModuleGraph,PSym proc reexportedModuleSyms(g: ModuleGraph; m: PSym): seq[(string, string)] 296
nim someSym modulegraphs.html#someSym,ModuleGraph,PSym,PIdent proc someSym(g: ModuleGraph; m: PSym; name: PIdent): PSym 308
nim someSymAmb modulegraphs.html#someSymAmb,ModuleGraph,PSym,PIdent,bool proc someSymAmb(g: ModuleGraph; m: PSym; name: PIdent; amb: var bool): PSym 312
nim systemModuleSym modulegraphs.html#systemModuleSym,ModuleGraph,PIdent proc systemModuleSym(g: ModuleGraph; name: PIdent): PSym 320
nim systemModuleSyms modulegraphs.html#systemModuleSyms.i,ModuleGraph,PIdent iterator systemModuleSyms(g: ModuleGraph; name: PIdent): PSym 323
nim typeInstCacheItems modulegraphs.html#typeInstCacheItems.i,ModuleGraph,PSym iterator typeInstCacheItems(g: ModuleGraph; s: PSym): PType 330
nim procInstCacheItems modulegraphs.html#procInstCacheItems.i,ModuleGraph,PSym iterator procInstCacheItems(g: ModuleGraph; s: PSym): PInstantiation 336
nim getAttachedOp modulegraphs.html#getAttachedOp,ModuleGraph,PType,TTypeAttachedOp proc getAttachedOp(g: ModuleGraph; t: PType; op: TTypeAttachedOp): PSym 343
nim setAttachedOp modulegraphs.html#setAttachedOp,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc setAttachedOp(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 364
nim setAttachedOp modulegraphs.html#setAttachedOp,ModuleGraph,int,ItemId,TTypeAttachedOp,PSym proc setAttachedOp(g: ModuleGraph; module: int; typeId: ItemId; op: TTypeAttachedOp;\n value: PSym) 416
nim setAttachedOpPartial modulegraphs.html#setAttachedOpPartial,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc setAttachedOpPartial(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 420
nim completePartialOp modulegraphs.html#completePartialOp,ModuleGraph,int,PType,TTypeAttachedOp,PSym proc completePartialOp(g: ModuleGraph; module: int; t: PType; op: TTypeAttachedOp;\n value: PSym) 424
nim getDispatchers modulegraphs.html#getDispatchers.i,ModuleGraph iterator getDispatchers(g: ModuleGraph): PSym 427
nim addDispatchers modulegraphs.html#addDispatchers,ModuleGraph,PSym proc addDispatchers(g: ModuleGraph; value: PSym) 431
nim setMethodsPerType modulegraphs.html#setMethodsPerType,ModuleGraph,ItemId,seq[PSym] proc setMethodsPerType(g: ModuleGraph; id: ItemId; methods: seq[PSym]) 439
nim addNifReplayAction modulegraphs.html#addNifReplayAction,ModuleGraph,int32,PNode proc addNifReplayAction(g: ModuleGraph; module: int32; n: PNode) 443
nim getMethodsPerType modulegraphs.html#getMethodsPerType.i,ModuleGraph,PType iterator getMethodsPerType(g: ModuleGraph; t: PType): PSym 447
nim getToStringProc modulegraphs.html#getToStringProc,ModuleGraph,PType proc getToStringProc(g: ModuleGraph; t: PType): PSym 452
nim setToStringProc modulegraphs.html#setToStringProc,ModuleGraph,PType,PSym proc setToStringProc(g: ModuleGraph; t: PType; value: PSym) 459
nim methodsForGeneric modulegraphs.html#methodsForGeneric.i,ModuleGraph,PType iterator methodsForGeneric(g: ModuleGraph; t: PType): (int, PSym) 467
nim addMethodToGeneric modulegraphs.html#addMethodToGeneric,ModuleGraph,int,PType,int,PSym proc addMethodToGeneric(g: ModuleGraph; module: int; t: PType; col: int; m: PSym) 472
nim logMethodDef modulegraphs.html#logMethodDef,ModuleGraph,PSym proc logMethodDef(g: ModuleGraph; s: PSym) 478
nim registerLoadedMethod modulegraphs.html#registerLoadedMethod,ModuleGraph,PSym proc registerLoadedMethod(g: ModuleGraph; m: PSym) 488
nim flushMethodReplays modulegraphs.html#flushMethodReplays,ModuleGraph proc flushMethodReplays(g: ModuleGraph) 513
nim logGenericInstance modulegraphs.html#logGenericInstance,ModuleGraph,PSym proc logGenericInstance(g: ModuleGraph; inst: PSym) 521
nim InstanceDisambBit modulegraphs.html#InstanceDisambBit const InstanceDisambBit 530
nim setInstanceDisamb modulegraphs.html#setInstanceDisamb,ModuleGraph,PSym,PSym,openArray[PType] proc setInstanceDisamb(g: ModuleGraph; inst, generic: PSym;\n concreteTypes: openArray[PType]) 536
nim HookDisambBit modulegraphs.html#HookDisambBit const HookDisambBit 574
nim setHookDisamb modulegraphs.html#setHookDisamb,ModuleGraph,PSym,string,PType proc setHookDisamb(g: ModuleGraph; hook: PSym; opName: string; typ: PType) 579
nim hasDisabledAsgn modulegraphs.html#hasDisabledAsgn,ModuleGraph,PType proc hasDisabledAsgn(g: ModuleGraph; t: PType): bool 609
nim copyTypeProps modulegraphs.html#copyTypeProps,ModuleGraph,int,PType,PType proc copyTypeProps(g: ModuleGraph; module: int; dest, src: PType) 613
nim loadCompilerProc modulegraphs.html#loadCompilerProc,ModuleGraph,string proc loadCompilerProc(g: ModuleGraph; name: string): PSym 619
nim `$` modulegraphs.html#$,SigHash proc `$`(u: SigHash): string 652
nim `==` modulegraphs.html#==,SigHash,SigHash proc `==`(a, b: SigHash): bool 655
nim hash modulegraphs.html#hash,SigHash proc hash(u: SigHash): Hash 658
nim hash modulegraphs.html#hash,FileIndex proc hash(x: FileIndex): Hash 663
nim onUse modulegraphs.html#onUse.t,TLineInfo,PSym template onUse(info: TLineInfo; s: PSym; isGenericInstance = false) 673
nim onDef modulegraphs.html#onDef.t,TLineInfo,PSym template onDef(info: TLineInfo; s: PSym) 674
nim onDefResolveForward modulegraphs.html#onDefResolveForward.t,TLineInfo,PSym template onDefResolveForward(info: TLineInfo; s: PSym) 675
nim stopCompile modulegraphs.html#stopCompile,ModuleGraph proc stopCompile(g: ModuleGraph): bool 677
nim createMagic modulegraphs.html#createMagic,ModuleGraph,IdGenerator,string,TMagic proc createMagic(g: ModuleGraph; idgen: IdGenerator; name: string; m: TMagic): PSym 680
nim uniqueModuleName modulegraphs.html#uniqueModuleName,ConfigRef,PSym proc uniqueModuleName(conf: ConfigRef; m: PSym): string 688
nim registerModule modulegraphs.html#registerModule,ModuleGraph,PSym proc registerModule(g: ModuleGraph; m: PSym) 731
nim registerModuleById modulegraphs.html#registerModuleById,ModuleGraph,FileIndex proc registerModuleById(g: ModuleGraph; m: FileIndex) 743
nim initOperators modulegraphs.html#initOperators,ModuleGraph proc initOperators(g: ModuleGraph): Operators 746
nim newModuleGraph modulegraphs.html#newModuleGraph,IdentCache,ConfigRef proc newModuleGraph(cache: IdentCache; config: ConfigRef): ModuleGraph 794
nim resetAllModules modulegraphs.html#resetAllModules,ModuleGraph proc resetAllModules(g: ModuleGraph) 801
nim getModule modulegraphs.html#getModule,ModuleGraph,FileIndex proc getModule(g: ModuleGraph; fileIdx: FileIndex): PSym 814
nim moduleOpenForCodegen modulegraphs.html#moduleOpenForCodegen,ModuleGraph,FileIndex proc moduleOpenForCodegen(g: ModuleGraph; m: FileIndex): bool 820
nim recordIcImplDep modulegraphs.html#recordIcImplDep,ModuleGraph,PSym proc recordIcImplDep(g: ModuleGraph; s: PSym) 823
nim addDep modulegraphs.html#addDep,ModuleGraph,PSym,FileIndex proc addDep(g: ModuleGraph; m: PSym; dep: FileIndex) 834
nim addIncludeDep modulegraphs.html#addIncludeDep,ModuleGraph,FileIndex,FileIndex proc addIncludeDep(g: ModuleGraph; module, includeFile: FileIndex) 842
nim parentModule modulegraphs.html#parentModule,ModuleGraph,FileIndex proc parentModule(g: ModuleGraph; fileIdx: FileIndex): FileIndex 845
nim markDirty modulegraphs.html#markDirty,ModuleGraph,FileIndex proc markDirty(g: ModuleGraph; fileIdx: FileIndex) 863
nim unmarkAllDirty modulegraphs.html#unmarkAllDirty,ModuleGraph proc unmarkAllDirty(g: ModuleGraph) 870
nim isDirty modulegraphs.html#isDirty,ModuleGraph,PSym proc isDirty(g: ModuleGraph; m: PSym): bool 876
nim markClientsDirty modulegraphs.html#markClientsDirty,ModuleGraph,FileIndex proc markClientsDirty(g: ModuleGraph; fileIdx: FileIndex) 879
nim needsCompilation modulegraphs.html#needsCompilation,ModuleGraph proc needsCompilation(g: ModuleGraph): bool 892
nim needsCompilation modulegraphs.html#needsCompilation,ModuleGraph,FileIndex proc needsCompilation(g: ModuleGraph; fileIdx: FileIndex): bool 901
nim getBody modulegraphs.html#getBody,ModuleGraph,PSym proc getBody(g: ModuleGraph; s: PSym): PNode 912
nim registerLoadedHooks modulegraphs.html#registerLoadedHooks,ModuleGraph,seq[LogEntry] proc registerLoadedHooks(g: ModuleGraph; logOps: seq[LogEntry]) 921
nim moduleFromNifFile modulegraphs.html#moduleFromNifFile,ModuleGraph,FileIndex,set[LoadFlag] proc moduleFromNifFile(g: ModuleGraph; fileIdx: FileIndex; flags: set[LoadFlag] = {}): PrecompiledModule 1039
nim registerIncluderFromNif modulegraphs.html#registerIncluderFromNif,ModuleGraph,FileIndex proc registerIncluderFromNif(g: ModuleGraph; fileIdx: FileIndex): bool 1143
nim needsIncludeScan modulegraphs.html#needsIncludeScan,ModuleGraph,FileIndex proc needsIncludeScan(g: ModuleGraph; fileIdx: FileIndex): bool 1162
nim configComplete modulegraphs.html#configComplete,ModuleGraph proc configComplete(g: ModuleGraph) 1168
nim onProcessing modulegraphs.html#onProcessing,ModuleGraph,FileIndex,string,PSym proc onProcessing(graph: ModuleGraph; fileIdx: FileIndex; moduleStatus: string;\n fromModule: PSym) 1172
nim getPackage modulegraphs.html#getPackage,ModuleGraph,FileIndex proc getPackage(graph: ModuleGraph; fileIdx: FileIndex): PSym 1182
nim belongsToStdlib modulegraphs.html#belongsToStdlib,ModuleGraph,PSym proc belongsToStdlib(graph: ModuleGraph; sym: PSym): bool 1193
nim fileSymbols modulegraphs.html#fileSymbols,ModuleGraph,FileIndex proc fileSymbols(graph: ModuleGraph; fileIdx: FileIndex): SuggestFileSymbolDatabase 1206
nim suggestSymbolsIter modulegraphs.html#suggestSymbolsIter.i,ModuleGraph iterator suggestSymbolsIter(g: ModuleGraph): SymInfoPair 1210
nim suggestErrorsIter modulegraphs.html#suggestErrorsIter.i,ModuleGraph iterator suggestErrorsIter(g: ModuleGraph): Suggest 1215
nimgrp setattachedop modulegraphs.html#setAttachedOp-procs-all proc 364
nimgrp needscompilation modulegraphs.html#needsCompilation-procs-all proc 892
nimgrp hash modulegraphs.html#hash-procs-all proc 658