Searched refs:getDependentLibraryCount (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h164 static size_t getDependentLibraryCount(lto::InputFile *input);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp669 size_t LTOModule::getDependentLibraryCount(lto::InputFile *input) { function in class:LTOModule
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp397 for (size_t I = 0, C = LTOModule::getDependentLibraryCount(Input.get());

Completed in 80 milliseconds