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.h171 LLVM_ABI static const char *getDependentLibrary(lto::InputFile *input,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp680 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.cpp509 const char *S = LTOModule::getDependentLibrary(Input.get(), I, &L); in listDependentLibraries()