Searched refs:AllowNonDeterministicOutput (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h84 setAllowNonDeterministicOutput(bool AllowNonDeterministicOutput) override {
85 GlobalData.Options.AllowNonDeterministicOutput =
86 AllowNonDeterministicOutput;
H A DDIEAttributeCloner.h109 !InUnit.getGlobalData().getOptions().AllowNonDeterministicOutput));
H A DDWARFLinkerGlobalData.h53 bool AllowNonDeterministicOutput = false; member in struct:llvm::dwarf_linker::parallel::DWARFLinkerOptions
H A DDWARFLinkerTypeUnit.cpp140 if (!GlobalData.getOptions().AllowNonDeterministicOutput) {
148 if (!GlobalData.getOptions().AllowNonDeterministicOutput) {
193 if (!GlobalData.getOptions().AllowNonDeterministicOutput) {
215 if (!GlobalData.getOptions().AllowNonDeterministicOutput) {

Completed in 116 milliseconds