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.cpp1548 StringRef AStr = A ? A->getBody() : "\n"; in handleFunctionCompare() local
1553 Out << doSystemDiff(BStr, AStr, Removed, Added, NoChange); in handleFunctionCompare()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3538 llvm::Constant *&AStr = AnnotationStrings[Str]; in EmitAnnotationString() local
3539 if (AStr) in EmitAnnotationString()
3540 return AStr; in EmitAnnotationString()
3550 AStr = gv; in EmitAnnotationString()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1847 StringRef AStr(Str); in getInlineAsmLength() local
1867 Length += AStr.count(Occ)*4; in getInlineAsmLength()