Searched refs:getDependentLibrary (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 166 static const char *getDependentLibrary(lto::InputFile *input, size_t index, size_t *size);
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | LTOModule.h | 164 static const char *getDependentLibrary(lto::InputFile *input, size_t index, size_t *size);
|
/external/llvm-project/llvm/tools/lto/ |
D | lto.cpp | 695 return LTOModule::getDependentLibrary(unwrap(input), index, size); in lto_input_get_dependent_library()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOModule.cpp | 673 const char *LTOModule::getDependentLibrary(lto::InputFile *input, size_t index, in getDependentLibrary() function in LTOModule
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOModule.cpp | 676 const char *LTOModule::getDependentLibrary(lto::InputFile *input, size_t index, in getDependentLibrary() function in LTOModule
|
/external/llvm-project/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 410 const char *S = LTOModule::getDependentLibrary(Input.get(), I, &L); in listDependentLibraries()
|