Files
clang-p2996/lldb/source/Plugins/ObjectFile
Kazu Hirata 008a39c0e3 [lldb] Migrate away from PointerUnion::{is,get} (NFC) (#122420)
Note that PointerUnion::{is,get} have been soft deprecated in
PointerUnion.h:

  // FIXME: Replace the uses of is(), get() and dyn_cast() with
  //        isa<T>, cast<T> and the llvm::dyn_cast<T>
2025-01-10 12:27:32 -08:00
..