Searched defs:CompilationUnit (Results 1 – 2 of 2) sorted by relevance
22 type CompilationUnit struct { struct23 Lib *Library // Our library24 PclnIndex int // Index of this CU in pclntab25 PCs []dwarf.Range // PC ranges, relative to Textp[0]26 DWInfo *dwarf.DWDie // CU root DIE27 FileTable []string // The file table used in this compilation unit.29 Consts LoaderSym // Package constants DIEs30 FuncDIEs []LoaderSym // Function DIE subtrees31 VarDIEs []LoaderSym // Global variable DIEs32 AbsFnDIEs []LoaderSym // Abstract function DIE subtrees[all …]
164 func genInlTreeSym(ctxt *Link, cu *sym.CompilationUnit, fi loader.FuncInfo, arch *sys.Arch, nameOff…325 func walkFilenames(ctxt *Link, funcs []loader.Sym, f func(*sym.CompilationUnit, goobj.CUFileIndex))…