Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Source

5 // This file is distributed under the University of Illinois Open Source
42 } Source;
44 // Describes from which source type this ELF symbol comes from,
47 isGV, // The Source.GV field is valid.
48 isExtSym, // The Source.ExtSym field is valid.
60 return Source.GV;
67 return Source.Ext;
74 Sym->Source.GV = GV;
86 Sym->Source.Ext = Ext;
118 Sym->Source.GV = GV;