Home
last modified time | relevance | path

Searched refs:ThisValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h47 const StringRef &operator*() const { return ThisValue; }
48 StringRef &operator*() { return ThisValue; }
63 StringRef ThisValue; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h170 auto EC = Extract(IterRef, ThisLen, ThisValue); in VarStreamArrayIterator()
199 return ThisValue;
214 auto EC = Extract(IterRef, ThisLen, ThisValue);
242 ValueType ThisValue; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp119 ThisValue = ""; in setValue()
129 ThisValue = *ExpectedValue; in setValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h453 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {}
456 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {
476 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
478 virtual llvm::Value *getContextValue() const { return ThisValue; }
513 llvm::Value *ThisValue;
4477 llvm::Value *ThisValue);
H A DCGExprCXX.cpp285 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr() local
286 This = MakeAddrLValue(ThisValue, Base->getType()->getPointeeType(), in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp3049 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument
3051 return CGF.EmitLValueForLambdaField(FD, ThisValue); in EmitCapturedFieldLValue()
5013 llvm::Value *ThisValue) { in EmitLValueForLambdaField() argument
5046 LambdaLV = MakeNaturalAlignAddrLValue(ThisValue, LambdaTagType); in EmitLValueForLambdaField()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1880 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local
1881 if (LateMask && !ThisValue) { in collectBitGroups()
1882 ThisValue = LastValue; in collectBitGroups()
1899 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1902 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero())) in collectBitGroups()
1909 LastValue = ThisValue; in collectBitGroups()