Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h65 CodeGenAction(unsigned _Act, llvm::LLVMContext *_VMContext = nullptr);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp908 CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext) in CodeGenAction() argument
909 : Act(_Act), VMContext(_VMContext ? _VMContext : new LLVMContext), in CodeGenAction()