Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h131 uint32_t getSymbolCount() { in getSymbolCount() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp424 for (int I = 0, E = Module->getSymbolCount(); I != E; ++I) in testLTOModule()
1057 unsigned NumSyms = Module->getSymbolCount(); in main()