rust/compiler/rustc_codegen_llvm/src/llvm
Zalathar dbdbde2a72 Rename OperandBundleOwned to OperandBundleBox
As with `DIBuilderBox`, the "Box" suffix does a better job of communicating
that this is an owning pointer to some borrowable resource.

This also renames the `raw` method to `as_ref`, which is what it would have
been named originally if the `Deref` problem had been known at the time.
2025-05-11 21:21:38 +10:00
..
archive_ro.rs Reduce visibility of most items in rustc_codegen_llvm 2025-03-25 16:36:47 +11:00
diagnostic.rs Reduce visibility of most items in rustc_codegen_llvm 2025-03-25 16:36:47 +11:00
enzyme_ffi.rs remove noinline attribute and add alwaysinline after AD pass 2025-04-28 21:10:32 +05:30
ffi.rs remove 'unordered' atomic intrinsics 2025-05-09 17:39:52 +02:00
mod.rs Rename OperandBundleOwned to OperandBundleBox 2025-05-11 21:21:38 +10:00