Searched refs:getGlobalSymbols (Results 1 – 3 of 3) sorted by relevance
203 ArrayRef<Symbol *> getGlobalSymbols();
403 template <class ELFT> ArrayRef<Symbol *> ObjFile<ELFT>::getGlobalSymbols() { in getGlobalSymbols() function in ObjFile
1872 for (Symbol *sym : obj->getGlobalSymbols()) in compileBitcodeFiles()