Home
last modified time | relevance | path

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

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