Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h164 static const char *getDependentLibrary(lto::InputFile *input, size_t index, size_t *size);
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp690 return LTOModule::getDependentLibrary(unwrap(input), index, size); in lto_input_get_dependent_library()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp677 const char *LTOModule::getDependentLibrary(lto::InputFile *input, size_t index, in getDependentLibrary() function in LTOModule
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp447 const char *S = LTOModule::getDependentLibrary(Input.get(), I, &L); in listDependentLibraries()