Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp646 m_compiler->getCodeGenOpts().EmitDeclMetadata = true; in ClangExpressionParser()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def82 CODEGENOPT(EmitDeclMetadata , 1, 0) ///< Emit special metadata indicating what
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1674 void EmitDeclMetadata();
H A DCodeGenFunction.cpp451 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
452 EmitDeclMetadata(); in FinishFunction()
H A DCodeGenModule.cpp905 if (getCodeGenOpts().EmitDeclMetadata) in Release()
906 EmitDeclMetadata(); in Release()
6604 void CodeGenModule::EmitDeclMetadata() { in EmitDeclMetadata() function in CodeGenModule
6618 void CodeGenFunction::EmitDeclMetadata() { in EmitDeclMetadata() function in CodeGenFunction
H A DCodeGenFunction.h4801 void EmitDeclMetadata();