Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h159 static lto::InputFile *createInputFile(const void *buffer, size_t buffer_size,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp682 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOModule.cpp655 lto::InputFile *LTOModule::createInputFile(const void *buffer, in createInputFile() function in LTOModule
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp393 std::unique_ptr<lto::InputFile> Input(LTOModule::createInputFile( in listDependentLibraries()