Home
last modified time | relevance | path

Searched refs:RF_NullMapMissingGlobalValues (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DValueMapper.h98 RF_NullMapMissingGlobalValues = 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp359 if (Flags & RF_NullMapMissingGlobalValues) in mapValue()
420 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1474 Mapper.addFlags(RF_NullMapMissingGlobalValues); in run()