Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1457 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1460 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1463 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1467 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1470 if (AnnotationString) { in AddCFAnnotations()
1472 commit.insertAfterToken(FuncDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()
1570 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1573 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1576 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1590 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp547 StringRef AnnotationString; in outputAnnotations() local
548 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
554 addStringImm(AnnotationString, Inst); in outputAnnotations()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp581 StringRef AnnotationString; in EmitFunctionAttributes() local
582 getConstantStringInfo(GV, AnnotationString); in EmitFunctionAttributes()
584 CustomSections[AnnotationString].push_back(Sym); in EmitFunctionAttributes()