Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp127 OnCuIndexOverflow OverflowOptValue = OnCuIndexOverflow::HardStop; in llvm_dwp_main() local
149 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main()
153 OverflowOptValue = OnCuIndexOverflow::SoftStop; in llvm_dwp_main()
155 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main()
276 if (auto Err = write(*MS, DWOFilenames, OverflowOptValue)) { in llvm_dwp_main()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp183 OnCuIndexOverflow OverflowOptValue, in sectionOverflowErrorOrWarning() argument
191 if (OverflowOptValue == OnCuIndexOverflow::Continue) { in sectionOverflowErrorOrWarning()
194 } else if (OverflowOptValue == OnCuIndexOverflow::SoftStop) { in sectionOverflowErrorOrWarning()
206 unsigned TypesContributionIndex, OnCuIndexOverflow OverflowOptValue, in addAllTypesFromDWP() argument
239 "Types", OverflowOptValue, in addAllTypesFromDWP()
255 OnCuIndexOverflow OverflowOptValue, bool &AnySectionOverflow) { in addAllTypesFromTypesSection() argument
285 "Types", OverflowOptValue, in addAllTypesFromTypesSection()
623 OnCuIndexOverflow OverflowOptValue) { in write() argument
730 OverflowOptValue, AnySectionOverflow)) in write()
764 "debug_info", OverflowOptValue, AnySectionOverflow)) in write()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWP.h71 OnCuIndexOverflow OverflowOptValue);