Home
last modified time | relevance | path

Searched refs:EmitDeclMetadata (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1587 void EmitDeclMetadata();
H A DCodeGenFunction.cpp453 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
454 EmitDeclMetadata(); in FinishFunction()
H A DCodeGenModule.cpp788 if (getCodeGenOpts().EmitDeclMetadata) in Release()
789 EmitDeclMetadata(); in Release()
6118 void CodeGenModule::EmitDeclMetadata() { in EmitDeclMetadata() function in CodeGenModule
6132 void CodeGenFunction::EmitDeclMetadata() { in EmitDeclMetadata() function in CodeGenFunction
H A DCodeGenFunction.h4734 void EmitDeclMetadata();
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def82 CODEGENOPT(EmitDeclMetadata , 1, 0) ///< Emit special metadata indicating what
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp645 m_compiler->getCodeGenOpts().EmitDeclMetadata = true; in ClangExpressionParser()