HomeSort by: relevance | last modified time | path
    Searched refs:replaceWithUniqued (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h 932 /// MDNode::replaceWithUniqued(). In this case, the uniqued node could
937 return cast<NodeTy>(MDNode::replaceWithUniqued(std::move(N)));
Metadata.h 1017 replaceWithUniqued(std::unique_ptr<T, TempMDNodeDeleter> N) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ValueMapper.cpp 756 auto *NewN = MDNode::replaceWithUniqued(std::move(ClonedN));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp 580 return MDNode::replaceWithUniqued(std::move(NewTy));
614 // replaceWithUniqued().

Completed in 21 milliseconds