llvm-project/llvm/lib/Support/Windows
Duncan P. N. Exon Smith 4d4439470e Support: Avoid SmallVector::set_size() in Windows code
Replace a few `reserve()` / `set_size()` pairs with
`resize_for_overwrite()` / `truncate()` in the platform-specific
code for Windows.

Differential Revision: https://reviews.llvm.org/D115390
2022-01-11 17:52:41 -08:00
..
COM.inc
DynamicLibrary.inc
Host.inc
Memory.inc
Path.inc Support: Avoid SmallVector::set_size() in Windows code 2022-01-11 17:52:41 -08:00
Process.inc Support: Avoid SmallVector::set_size() in Windows code 2022-01-11 17:52:41 -08:00
Program.inc Support: Avoid SmallVector::set_size() in Windows code 2022-01-11 17:52:41 -08:00
Signals.inc Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it free of global initializer 2021-07-16 07:38:16 +00:00
ThreadLocal.inc
Threading.inc [Support] reorder Threading includes to avoid conflict with FreeBSD headers 2021-07-09 10:39:52 +01:00
Watchdog.inc
explicit_symbols.inc