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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h166 static const char *getDependentLibrary(lto::InputFile *input, size_t index, size_t *size);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp673 const char *LTOModule::getDependentLibrary(lto::InputFile *input, size_t index, function in class:LTOModule
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp400 const char *S = LTOModule::getDependentLibrary(Input.get(), I, &L);

Completed in 61 milliseconds