x
This commit is contained in:
@@ -592,20 +592,21 @@ type aPackage struct {
|
|||||||
abi abi.Builder
|
abi abi.Builder
|
||||||
|
|
||||||
Prog Program
|
Prog Program
|
||||||
di diBuilder
|
|
||||||
cu CompilationUnit
|
|
||||||
|
|
||||||
|
di diBuilder
|
||||||
|
cu CompilationUnit
|
||||||
glbDbgVars map[Expr]bool
|
glbDbgVars map[Expr]bool
|
||||||
vars map[string]Global
|
|
||||||
fns map[string]Function
|
vars map[string]Global
|
||||||
stubs map[string]Function
|
fns map[string]Function
|
||||||
pyobjs map[string]PyObjRef
|
stubs map[string]Function
|
||||||
pymods map[string]Global
|
pyobjs map[string]PyObjRef
|
||||||
strs map[string]llvm.Value
|
pymods map[string]Global
|
||||||
named map[types.Type]Expr
|
strs map[string]llvm.Value
|
||||||
afterb unsafe.Pointer
|
named map[types.Type]Expr
|
||||||
patch func(types.Type) types.Type
|
afterb unsafe.Pointer
|
||||||
fnlink func(string) string
|
patch func(types.Type) types.Type
|
||||||
|
fnlink func(string) string
|
||||||
|
|
||||||
iRoutine int
|
iRoutine int
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user