Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h162 static size_t getDependentLibraryCount(lto::InputFile *input);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp673 size_t LTOModule::getDependentLibraryCount(lto::InputFile *input) { in getDependentLibraryCount() function in LTOModule
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp452 for (size_t I = 0, C = LTOModule::getDependentLibraryCount(Input.get()); in listDependentLibraries()