Home
last modified time | relevance | path

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

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