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

References

include/llvm/Transforms/Utils/ValueMapper.h
  101 inline RemapFlags operator|(RemapFlags LHS, RemapFlags RHS) {
  101 inline RemapFlags operator|(RemapFlags LHS, RemapFlags RHS) {
  101 inline RemapFlags operator|(RemapFlags LHS, RemapFlags RHS) {
  145   ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None,
  166   void addFlags(RemapFlags Flags);
  207                        RemapFlags Flags = RF_None,
  229                              RemapFlags Flags = RF_None,
  237                            RemapFlags Flags = RF_None,
  252                              RemapFlags Flags = RF_None,
  265                           RemapFlags Flags = RF_None,
  273                           RemapFlags Flags = RF_None,
lib/Transforms/Utils/ValueMapper.cpp
  114   RemapFlags Flags;
  123   Mapper(ValueToValueMapTy &VM, RemapFlags Flags,
  140   void addFlags(RemapFlags Flags);
 1051 void Mapper::addFlags(RemapFlags Flags) {
 1077 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags,
 1090 void ValueMapper::addFlags(RemapFlags Flags) {
unittests/Transforms/Utils/ValueMapperTest.cpp
  180   RemapFlags Flags = RF_IgnoreMissingLocals | RF_NullMapMissingGlobalValues;