Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp620 m_compiler->getCodeGenOpts().EmitDeclMetadata = true; in ClangExpressionParser()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def89 CODEGENOPT(EmitDeclMetadata , 1, 0) ///< Emit special metadata indicating what
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1822 void EmitDeclMetadata();
H A DCodeGenFunction.cpp502 if (CGM.getCodeGenOpts().EmitDeclMetadata) in FinishFunction()
503 EmitDeclMetadata(); in FinishFunction()
H A DCodeGenModule.cpp1355 if (getCodeGenOpts().EmitDeclMetadata) in Release()
1356 EmitDeclMetadata(); in Release()
7398 void CodeGenModule::EmitDeclMetadata() { in EmitDeclMetadata() function in CodeGenModule
7412 void CodeGenFunction::EmitDeclMetadata() { in EmitDeclMetadata() function in CodeGenFunction
H A DCodeGenFunction.h5323 void EmitDeclMetadata();