Home
last modified time | relevance | path

Searched defs:ELFSym (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h34 struct ELFSym { struct
39 union {
42 } Source;
46 enum {
71 static ELFSym *getGV(const GlobalValue *GV, unsigned Bind, in getGV() argument
84 static ELFSym *getExtSym(const char *Ext) { in getExtSym() argument
95 static ELFSym *getSectionSym() { in getSectionSym() argument
105 static ELFSym *getFileSym() { in getFileSym() argument
116 static ELFSym *getUndefGV(const GlobalValue *GV, unsigned Bind) { in getUndefGV() argument
138 ELFSym() : SourceType(isOther), NameIdx(0), Value(0), in ELFSym() argument
[all …]
/external/swiftshader/third_party/subzero/src/
DIceELFSection.h140 struct ELFSym { struct
162 class ELFSymbolTableSection : public ELFSection { argument