Searched refs:OverflowOptValue (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 125 OnCuIndexOverflow OverflowOptValue = OnCuIndexOverflow::HardStop; in llvm_dwp_main() local 147 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main() 151 OverflowOptValue = OnCuIndexOverflow::SoftStop; in llvm_dwp_main() 153 OverflowOptValue = OnCuIndexOverflow::Continue; in llvm_dwp_main() 274 if (auto Err = write(*MS, DWOFilenames, OverflowOptValue)) { in llvm_dwp_main()
|
| /src/contrib/llvm-project/llvm/lib/DWP/ |
| H A D | DWP.cpp | 186 OnCuIndexOverflow OverflowOptValue, in sectionOverflowErrorOrWarning() argument 194 if (OverflowOptValue == OnCuIndexOverflow::Continue) { in sectionOverflowErrorOrWarning() 197 } else if (OverflowOptValue == OnCuIndexOverflow::SoftStop) { in sectionOverflowErrorOrWarning() 209 unsigned TypesContributionIndex, OnCuIndexOverflow OverflowOptValue, in addAllTypesFromDWP() argument 242 "Types", OverflowOptValue, in addAllTypesFromDWP() 258 OnCuIndexOverflow OverflowOptValue, bool &AnySectionOverflow) { in addAllTypesFromTypesSection() argument 288 "Types", OverflowOptValue, in addAllTypesFromTypesSection() 626 OnCuIndexOverflow OverflowOptValue) { in write() argument 733 OverflowOptValue, AnySectionOverflow)) in write() 767 "debug_info", OverflowOptValue, AnySectionOverflow)) in write() [all …]
|
| /src/contrib/llvm-project/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 70 OnCuIndexOverflow OverflowOptValue);
|