Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h83 setAllowNonDeterministicOutput(bool AllowNonDeterministicOutput) override { in setAllowNonDeterministicOutput() argument
84 GlobalData.Options.AllowNonDeterministicOutput = in setAllowNonDeterministicOutput()
85 AllowNonDeterministicOutput; in setAllowNonDeterministicOutput()
H A DDWARFLinkerTypeUnit.cpp140 if (!GlobalData.getOptions().AllowNonDeterministicOutput) { in prepareDataForTreeCreation()
148 if (!GlobalData.getOptions().AllowNonDeterministicOutput) { in prepareDataForTreeCreation()
193 if (!GlobalData.getOptions().AllowNonDeterministicOutput) { in prepareDataForTreeCreation()
215 if (!GlobalData.getOptions().AllowNonDeterministicOutput) { in prepareDataForTreeCreation()
H A DDWARFLinkerGlobalData.h52 bool AllowNonDeterministicOutput = false; member
H A DDIEAttributeCloner.h109 !InUnit.getGlobalData().getOptions().AllowNonDeterministicOutput)); in DIEAttributeCloner()