Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1456 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1459 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1462 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1466 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1469 if (AnnotationString) { in AddCFAnnotations()
1569 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1572 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1575 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1589 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1594 if (AnnotationString) { in AddCFAnnotations()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp513 StringRef AnnotationString; in outputAnnotations() local
514 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
520 addStringImm(AnnotationString, Inst); in outputAnnotations()
/freebsd-14.2/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()