Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h52 bool OwnsVMContext; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp870 OwnsVMContext(!_VMContext) {} in CodeGenAction()
874 if (OwnsVMContext) in ~CodeGenAction()
924 OwnsVMContext = false; in takeLLVMContext()