Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCodeGenAction.h52 bool OwnsVMContext; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp960 OwnsVMContext(!_VMContext) {} in CodeGenAction()
964 if (OwnsVMContext) in ~CodeGenAction()
984 OwnsVMContext = false; in takeLLVMContext()