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.h46 const StringRef &operator*() const { return ThisValue; }
47 StringRef &operator*() { return ThisValue; }
61 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.cpp120 ThisValue = ""; in setValue()
130 ThisValue = *ExpectedValue; in setValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h463 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {}
466 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {
486 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
488 virtual llvm::Value *getContextValue() const { return ThisValue; }
525 llvm::Value *ThisValue;
4343 llvm::Value *ThisValue);
H A DCGExprCXX.cpp282 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr() local
283 This = MakeAddrLValue(ThisValue, Base->getType()->getPointeeType(), in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp2898 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument
2900 return CGF.EmitLValueForLambdaField(FD, ThisValue); in EmitCapturedFieldLValue()
4687 llvm::Value *ThisValue) { in EmitLValueForLambdaField() argument
4720 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()