Home
last modified time | relevance | path

Searched refs:EmitAnnotationArgs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1322 llvm::Constant *EmitAnnotationArgs(const AnnotateAttr *Attr);
H A DCodeGenFunction.cpp2450 Args.push_back(CGM.EmitAnnotationArgs(Attr)); in EmitAnnotationCall()
H A DCodeGenModule.cpp2749 llvm::Constant *CodeGenModule::EmitAnnotationArgs(const AnnotateAttr *Attr) { in EmitAnnotationArgs() function in CodeGenModule
2789 *Args = EmitAnnotationArgs(AA); in EmitAnnotateAttr()