Home
last modified time | relevance | path

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

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/lto/
H A Dlto.cpp72 static std::string sLastErrorString; variable
91 sLastErrorString = ""; in handleDiagnostics()
93 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
129 sLastErrorString = Msg; in handleLibLTODiagnostic()
178 return sLastErrorString.c_str(); in lto_get_error_message()
335 sLastErrorString = toString(CPUType.takeError()); in lto_module_get_macho_cputype()
342 sLastErrorString = toString(CPUSubType.takeError()); in lto_module_get_macho_cputype()
406 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
666 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
673 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lto/
H A Dlto.cpp72 static std::string sLastErrorString; variable
91 sLastErrorString = ""; in handleDiagnostics()
93 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
129 sLastErrorString = Msg; in handleLibLTODiagnostic()
178 return sLastErrorString.c_str(); in lto_get_error_message()
335 sLastErrorString = toString(CPUType.takeError()); in lto_module_get_macho_cputype()
342 sLastErrorString = toString(CPUSubType.takeError()); in lto_module_get_macho_cputype()
406 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
666 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
673 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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()
679 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
686 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/lto/
H A Dlto.cpp60 static std::string sLastErrorString; variable
79 sLastErrorString = ""; in handleDiagnostics()
81 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
117 sLastErrorString = Msg; in handleLibLTODiagnostic()
163 return sLastErrorString.c_str(); in lto_get_error_message()
327 sLastErrorString = toString(CPUType.takeError()); in lto_module_get_macho_cputype()
334 sLastErrorString = toString(CPUSubType.takeError()); in lto_module_get_macho_cputype()
398 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
654 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
661 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/lto/
H A Dlto.cpp72 static std::string sLastErrorString; variable
91 sLastErrorString = ""; in handleDiagnostics()
93 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
129 sLastErrorString = Msg; in handleLibLTODiagnostic()
178 return sLastErrorString.c_str(); in lto_get_error_message()
342 sLastErrorString = toString(CPUType.takeError()); in lto_module_get_macho_cputype()
349 sLastErrorString = toString(CPUSubType.takeError()); in lto_module_get_macho_cputype()
413 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
674 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
681 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/lto/
H A Dlto.cpp60 static std::string sLastErrorString; variable
79 sLastErrorString = ""; in handleDiagnostics()
81 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
117 sLastErrorString = Msg; in handleLibLTODiagnostic()
163 return sLastErrorString.c_str(); in lto_get_error_message()
327 sLastErrorString = toString(CPUType.takeError()); in lto_module_get_macho_cputype()
334 sLastErrorString = toString(CPUSubType.takeError()); in lto_module_get_macho_cputype()
398 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
654 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
661 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/lto/
H A Dlto.cpp60 static std::string sLastErrorString;
83 sLastErrorString = "";
85 raw_string_ostream Stream(sLastErrorString);
121 sLastErrorString = Msg;
167 return sLastErrorString.c_str();
331 sLastErrorString = toString(CPUType.takeError());
338 sLastErrorString = toString(CPUSubType.takeError());
402 sLastErrorString = "Unknown PIC model";
675 sLastErrorString = "Unknown PIC model";
682 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString));
/dports/devel/llvm90/llvm-9.0.1.src/tools/lto/
H A Dlto.cpp67 static std::string sLastErrorString; variable
86 sLastErrorString = ""; in handleDiagnostics()
88 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
124 sLastErrorString = Msg; in handleLibLTODiagnostic()
178 return sLastErrorString.c_str(); in lto_get_error_message()
385 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
632 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
639 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lto/
H A Dlto.cpp68 static std::string sLastErrorString; variable
87 sLastErrorString = ""; in handleDiagnostics()
89 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
125 sLastErrorString = Msg; in handleLibLTODiagnostic()
179 return sLastErrorString.c_str(); in lto_get_error_message()
386 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
643 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
650 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/lto/
H A Dlto.cpp68 static std::string sLastErrorString; variable
87 sLastErrorString = ""; in handleDiagnostics()
89 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
125 sLastErrorString = Msg; in handleLibLTODiagnostic()
179 return sLastErrorString.c_str(); in lto_get_error_message()
386 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
643 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
650 return wrap(LTOModule::createInputFile(buffer, buffer_size, path, sLastErrorString)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/dports/devel/llvm80/llvm-8.0.1.src/tools/lto/
H A Dlto.cpp67 static std::string sLastErrorString; variable
86 sLastErrorString = ""; in handleDiagnostics()
88 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
124 sLastErrorString = Msg; in handleLibLTODiagnostic()
178 return sLastErrorString.c_str(); in lto_get_error_message()
385 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
632 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lto/
H A Dlto.cpp67 static std::string sLastErrorString; variable
86 sLastErrorString = ""; in handleDiagnostics()
88 raw_string_ostream Stream(sLastErrorString); in handleDiagnostics()
124 sLastErrorString = Msg; in handleLibLTODiagnostic()
178 return sLastErrorString.c_str(); in lto_get_error_message()
385 sLastErrorString = "Unknown PIC model"; in lto_codegen_set_pic_model()
625 sLastErrorString = "Unknown PIC model"; in thinlto_codegen_set_pic_model()