Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h159 static lto::InputFile *createInputFile(const void *buffer, size_t buffer_size,
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp676 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp656 lto::InputFile *LTOModule::createInputFile(const void *buffer, in createInputFile() function in LTOModule
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp436 std::unique_ptr<lto::InputFile> Input(LTOModule::createInputFile( in listDependentLibraries()