Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h159 static lto::InputFile *createInputFile(const void *buffer, size_t buffer_size,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp656 lto::InputFile *LTOModule::createInputFile(const void *buffer, in createInputFile() function in LTOModule
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp444 std::unique_ptr<lto::InputFile> Input(LTOModule::createInputFile( in listDependentLibraries()