Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/lto/
H A Dlto.cpp42 static std::string sLastErrorString; variable
87 return sLastErrorString.c_str(); in lto_get_error_message()
119 return wrap(LTOModule::createFromFile(path, Options, sLastErrorString)); in lto_module_create()
126 LTOModule::createFromOpenFile(fd, path, size, Options, sLastErrorString)); in lto_module_create_from_fd()
136 Options, sLastErrorString)); in lto_module_create_from_fd_at_offset()
142 return wrap(LTOModule::createFromBuffer(mem, length, Options, sLastErrorString)); in lto_module_create_from_memory()
151 LTOModule::createFromBuffer(mem, length, Options, sLastErrorString, path)); in lto_module_create_from_memory_with_path()
159 sLastErrorString, path)); in lto_module_create_in_local_context()
168 return wrap(LTOModule::createInContext(mem, length, Options, sLastErrorString, in lto_module_create_in_codegen_context()
278 return !unwrap(cg)->writeMergedModules(path, sLastErrorString); in lto_codegen_write_merged_modules()
[all …]