Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h1337 llvm::Constant *EmitAnnotationArgs(const AnnotateAttr *Attr);
H A DCodeGenFunction.cpp2476 Args.push_back(CGM.EmitAnnotationArgs(Attr)); in EmitAnnotationCall()
H A DCodeGenModule.cpp2879 llvm::Constant *CodeGenModule::EmitAnnotationArgs(const AnnotateAttr *Attr) { in EmitAnnotationArgs() function in CodeGenModule
2919 *Args = EmitAnnotationArgs(AA); in EmitAnnotateAttr()