Home
last modified time | relevance | path

Searched refs:BuryPointer (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBuryPointer.h22 void BuryPointer(const void *Ptr);
23 template <typename T> void BuryPointer(std::unique_ptr<T> Ptr) { in BuryPointer() function
24 BuryPointer(Ptr.release()); in BuryPointer()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBuryPointer.cpp15 void BuryPointer(const void *Ptr) { in BuryPointer() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h456 llvm::BuryPointer(FileMgr.get()); in resetAndLeakFileManager()
481 llvm::BuryPointer(SourceMgr.get()); in resetAndLeakSourceManager()
503 llvm::BuryPointer(new std::shared_ptr<Preprocessor>(PP)); in resetAndLeakPreprocessor()
526 llvm::BuryPointer(Context.get()); in resetAndLeakASTContext()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp323 llvm::BuryPointer(std::move(Clang)); in cc1_main()
H A Ddriver.cpp435 llvm::BuryPointer(llvm::TimerGroup::aquireDefaultGroup()); in clang_main()
/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp282 llvm::BuryPointer(std::move(Act)); in ExecuteCompilerInvocation()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1120 llvm::BuryPointer(CI.takeASTConsumer().get()); in EndSourceFile()
1148 llvm::BuryPointer(std::move(CurrentASTUnit)); in EndSourceFile()
H A DCompilerInstance.cpp2360 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp222 BuryPointer(std::move(TM)); in ~EmitAssemblyHelper()
/freebsd/lib/clang/libllvm/
H A DMakefile1110 SRCS_MIN+= Support/BuryPointer.cpp