Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1458 StringRef AStr = A ? A->getBody() : "\n"; in handleFunctionCompare() local
1463 Out << doSystemDiff(BStr, AStr, Removed, Added, NoChange); in handleFunctionCompare()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3252 llvm::Constant *&AStr = AnnotationStrings[Str]; in EmitAnnotationString() local
3253 if (AStr) in EmitAnnotationString()
3254 return AStr; in EmitAnnotationString()
3264 AStr = gv; in EmitAnnotationString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1843 StringRef AStr(Str); in getInlineAsmLength() local
1863 Length += AStr.count(Occ)*4; in getInlineAsmLength()