Home
last modified time | relevance | path

Searched refs:setBind (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h75 Sym->setBind(Bind); in getGV()
87 Sym->setBind(ELF::STB_GLOBAL); in getExtSym()
97 Sym->setBind(ELF::STB_LOCAL); in getSectionSym()
107 Sym->setBind(ELF::STB_LOCAL); in getFileSym()
119 Sym->setBind(Bind); in getUndefGV()
147 void setBind(unsigned X) { in setBind() function