reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/GlobalObject.h
  178   void copyMetadata(const GlobalObject *Src, unsigned Offset);

References

lib/CodeGen/GlobalMerge.cpp
  531       MergedGV->copyMetadata(Globals[k],
lib/Linker/IRMover.cpp
  716       NewGO->copyMetadata(cast<GlobalObject>(SGV), 0);
 1072   Dst.copyMetadata(&Src, 0);
lib/Transforms/IPO/WholeProgramDevirt.cpp
 1521   NewGV->copyMetadata(B.GV, B.Before.Bytes.size());
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1266   NewGV->copyMetadata(GV, 0);