Files
Nim/compiler/ast2nif.idx
github-actions[bot] c492e22d9d Deploy to GitHub pages
2026-04-13 10:15:26 +00:00

28 lines
3.2 KiB
Plaintext

nimTitle ast2nif ast2nif.html module ast2nif 0
nim toHookIndexEntry ast2nif.html#toHookIndexEntry,ConfigRef,ItemId,PSym proc toHookIndexEntry(config: ConfigRef; typeId: ItemId; hookSym: PSym): HookIndexEntry 33
nim toConverterIndexEntry ast2nif.html#toConverterIndexEntry,ConfigRef,PSym proc toConverterIndexEntry(config: ConfigRef; converterSym: PSym): (nifstreams.SymId,\n nifstreams.SymId) 44
nim toMethodIndexEntry ast2nif.html#toMethodIndexEntry,ConfigRef,PSym,string proc toMethodIndexEntry(config: ConfigRef; methodSym: PSym; signature: string): (\n nifstreams.SymId, nifstreams.StrId) 59
nim toClassSymId ast2nif.html#toClassSymId,ConfigRef,ItemId proc toClassSymId(config: ConfigRef; typeId: ItemId): nifstreams.SymId 67
nim ParsedSymName ast2nif.html#ParsedSymName object ParsedSymName 194
nim parseSymName ast2nif.html#parseSymName,string proc parseSymName(s: string): ParsedSymName 199
nim writeNifModule ast2nif.html#writeNifModule,ConfigRef,int32,PNode,seq[LogEntry],seq[PNode] proc writeNifModule(config: ConfigRef; thisModule: int32; n: PNode;\n opsLog: seq[LogEntry]; replayActions: seq[PNode] = @[]) 709
nim firstSon ast2nif.html#firstSon,Cursor proc firstSon(n: Cursor): Cursor 789
nim DecodeContext ast2nif.html#DecodeContext object DecodeContext 823
nim createDecodeContext ast2nif.html#createDecodeContext,ConfigRef,IdentCache proc createDecodeContext(config: ConfigRef; cache: IdentCache): DecodeContext 831
nim LoadFullAst ast2nif.html#LoadFullAst LoadFlag.LoadFullAst 843
nim AlwaysLoadInterface ast2nif.html#AlwaysLoadInterface LoadFlag.AlwaysLoadInterface 843
nim LoadFlag ast2nif.html#LoadFlag enum LoadFlag 843
nim isStub ast2nif.html#isStub,PType proc isStub(t: PType): bool 1039
nim isStub ast2nif.html#isStub,PSym proc isStub(s: PSym): bool 1040
nim loadType ast2nif.html#loadType,DecodeContext,PType proc loadType(c: var DecodeContext; t: PType) 1113
nim loadSym ast2nif.html#loadSym,DecodeContext,PSym proc loadSym(c: var DecodeContext; s: PSym) 1200
nim toNifFilename ast2nif.html#toNifFilename,ConfigRef,FileIndex proc toNifFilename(conf: ConfigRef; f: FileIndex): string 1431
nim resolveHookSym ast2nif.html#resolveHookSym,DecodeContext, proc resolveHookSym(c: var DecodeContext; symId: nifstreams.SymId): PSym 1464
nim tryResolveCompilerProc ast2nif.html#tryResolveCompilerProc,DecodeContext,string,FileIndex proc tryResolveCompilerProc(c: var DecodeContext; name: string;\n moduleFileIdx: FileIndex): PSym 1470
nim ModuleSuffix ast2nif.html#ModuleSuffix type ModuleSuffix 1524
nim PrecompiledModule ast2nif.html#PrecompiledModule object PrecompiledModule 1525
nim loadNifModule ast2nif.html#loadNifModule,DecodeContext,ModuleSuffix,TStrTable,TStrTable,set[LoadFlag] proc loadNifModule(c: var DecodeContext; suffix: ModuleSuffix;\n interf, interfHidden: var TStrTable; flags: set[LoadFlag] = {}): PrecompiledModule 1633
nim loadNifModule ast2nif.html#loadNifModule,DecodeContext,FileIndex,TStrTable,TStrTable,set[LoadFlag] proc loadNifModule(c: var DecodeContext; f: FileIndex;\n interf, interfHidden: var TStrTable; flags: set[LoadFlag] = {}): PrecompiledModule 1654
nimgrp isstub ast2nif.html#isStub-procs-all proc 1039
nimgrp loadnifmodule ast2nif.html#loadNifModule-procs-all proc 1633