Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp58 static std::string sLastErrorString; variable
81 sLastErrorString = ""; in handleDiagnostics()
83 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
119 sLastErrorString = Msg; in handleLibLTODiagnostic()
165 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()
669 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
676 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()