Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp60 static std::string sLastErrorString; variable
83 sLastErrorString = ""; in handleDiagnostics()
85 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
121 sLastErrorString = Msg; in handleLibLTODiagnostic()
167 return sLastErrorString.c_str(); in lto_get_error_message()
331 sLastErrorString = toString(CPUType.takeError()); in lto_module_get_macho_cputype()
338 sLastErrorString = toString(CPUSubType.takeError()); in lto_module_get_macho_cputype()
402 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
675 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
682 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()