Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DIRObjectFile.cpp129 static uintptr_t skipEmpty(Module::const_alias_iterator I, const Module &M) { in skipEmpty() function
136 static uintptr_t skipEmpty(Module::const_global_iterator I, const Module &M) { in skipEmpty() function
138 return skipEmpty(M.alias_begin(), M); in skipEmpty()
143 static uintptr_t skipEmpty(Module::const_iterator I, const Module &M) { in skipEmpty() function
145 return skipEmpty(M.global_begin(), M); in skipEmpty()
165 Res = skipEmpty(Iter, *M); in moveSymbolNext()
171 Res = skipEmpty(Iter, *M); in moveSymbolNext()
177 Res = skipEmpty(Iter, *M); in moveSymbolNext()
259 Ret.p = skipEmpty(I, *M); in symbol_begin_impl()