Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1551 StringRef AStr = A ? A->getBody() : "\n"; in handleFunctionCompare() local
1556 Out << doSystemDiff(BStr, AStr, Removed, Added, NoChange); in handleFunctionCompare()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3286 llvm::Constant *&AStr = AnnotationStrings[Str]; in EmitAnnotationString() local
3287 if (AStr) in EmitAnnotationString()
3288 return AStr; in EmitAnnotationString()
3298 AStr = gv; in EmitAnnotationString()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1844 StringRef AStr(Str); in getInlineAsmLength() local
1864 Length += AStr.count(Occ)*4; in getInlineAsmLength()