Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1415 llvm::Constant *EmitAnnotationArgs(const AnnotateAttr *Attr);
H A DCodeGenFunction.cpp2620 Args.push_back(CGM.EmitAnnotationArgs(Attr)); in EmitAnnotationCall()
H A DCodeGenModule.cpp3318 llvm::Constant *CodeGenModule::EmitAnnotationArgs(const AnnotateAttr *Attr) { in EmitAnnotationArgs() function in CodeGenModule
3357 *Args = EmitAnnotationArgs(AA); in EmitAnnotateAttr()