Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h162 static size_t getDependentLibraryCount(lto::InputFile *input);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp690 return LTOModule::getDependentLibraryCount(unwrap(input)); in lto_input_get_num_dependent_libraries()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp672 size_t LTOModule::getDependentLibraryCount(lto::InputFile *input) { in getDependentLibraryCount() function in LTOModule
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp401 for (size_t I = 0, C = LTOModule::getDependentLibraryCount(Input.get()); in listDependentLibraries()