Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h162 static size_t getDependentLibraryCount(lto::InputFile *input);
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp684 return LTOModule::getDependentLibraryCount(unwrap(input)); in lto_input_get_num_dependent_libraries()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp673 size_t LTOModule::getDependentLibraryCount(lto::InputFile *input) { in getDependentLibraryCount() function in LTOModule
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp444 for (size_t I = 0, C = LTOModule::getDependentLibraryCount(Input.get()); in listDependentLibraries()