Home
last modified time | relevance | path

Searched refs:getMDMap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueMap.h120 Optional<MDMapT> &getMDMap() { return MDMap; } in getMDMap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp531 ValueMap.getMDMap() = std::move(SharedMDs); in IRLinker()
537 ~IRLinker() { SharedMDs = std::move(*ValueMap.getMDMap()); } in ~IRLinker()