Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCodeGenAction.h30 bool OwnsVMContext; variable
/external/clang/lib/CodeGen/
DCodeGenAction.cpp572 OwnsVMContext(!_VMContext) {} in CodeGenAction()
576 if (OwnsVMContext) in ~CodeGenAction()
600 OwnsVMContext = false; in takeLLVMContext()