Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1284 llvm::Constant *EmitAnnotationArgs(const AnnotateAttr *Attr);
H A DCodeGenFunction.cpp2383 Args.push_back(CGM.EmitAnnotationArgs(Attr)); in EmitAnnotationCall()
H A DCodeGenModule.cpp2531 llvm::Constant *CodeGenModule::EmitAnnotationArgs(const AnnotateAttr *Attr) { in EmitAnnotationArgs() function in CodeGenModule
2571 *Args = EmitAnnotationArgs(AA); in EmitAnnotateAttr()