Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp617 m_compiler->getCodeGenOpts().EmitDeclMetadata = true; in ClangExpressionParser()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def85 CODEGENOPT(EmitDeclMetadata , 1, 0) ///< Emit special metadata indicating what
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1724 void EmitDeclMetadata();
H A DCodeGenFunction.cpp458 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
459 EmitDeclMetadata(); in FinishFunction()
H A DCodeGenModule.cpp1279 if (getCodeGenOpts().EmitDeclMetadata) in Release()
1280 EmitDeclMetadata(); in Release()
7249 void CodeGenModule::EmitDeclMetadata() { in EmitDeclMetadata() function in CodeGenModule
7263 void CodeGenFunction::EmitDeclMetadata() { in EmitDeclMetadata() function in CodeGenFunction
H A DCodeGenFunction.h4985 void EmitDeclMetadata();