Searched refs:getSymbolCount (Results 1 – 6 of 6) sorted by relevance
158 return mod->getSymbolCount(); in lto_module_get_num_symbols()
67 uint32_t getSymbolCount();
721 uint32_t LTOModule::getSymbolCount() { in getSymbolCount() function in LTOModule
131 uint32_t getSymbolCount() { in getSymbolCount() function
276 for (int I = 0, E = Module->getSymbolCount(); I != E; ++I) in listSymbols()778 unsigned NumSyms = Module->getSymbolCount(); in main()
300 return unwrap(mod)->getSymbolCount(); in lto_module_get_num_symbols()