Searched defs:ELFSym (Results 1 – 2 of 2) sorted by relevance
34 struct ELFSym { struct39 union {42 } Source;46 enum {71 static ELFSym *getGV(const GlobalValue *GV, unsigned Bind, in getGV() argument84 static ELFSym *getExtSym(const char *Ext) { in getExtSym() argument95 static ELFSym *getSectionSym() { in getSectionSym() argument105 static ELFSym *getFileSym() { in getFileSym() argument116 static ELFSym *getUndefGV(const GlobalValue *GV, unsigned Bind) { in getUndefGV() argument138 ELFSym() : SourceType(isOther), NameIdx(0), Value(0), in ELFSym() argument[all …]
140 struct ELFSym { struct162 class ELFSymbolTableSection : public ELFSection { argument