Searched refs:ThisValue (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 46 const StringRef &operator*() const { return ThisValue; } 47 StringRef &operator*() { return ThisValue; } 61 StringRef ThisValue; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BinaryStreamArray.h | 170 auto EC = Extract(IterRef, ThisLen, ThisValue); in VarStreamArrayIterator() 199 return ThisValue; 214 auto EC = Extract(IterRef, ThisLen, ThisValue); 242 ValueType ThisValue; variable
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 120 ThisValue = ""; in setValue() 130 ThisValue = *ExpectedValue; in setValue()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 409 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} 412 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { 432 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } 434 virtual llvm::Value *getContextValue() const { return ThisValue; } 471 llvm::Value *ThisValue;
|
| H A D | CGExprCXX.cpp | 275 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr() local 276 This = MakeAddrLValue(ThisValue, Base->getType(), BaseInfo, TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr()
|
| H A D | CGExpr.cpp | 2671 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument 2673 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 1716 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local 1717 if (LateMask && !ThisValue) { in collectBitGroups() 1718 ThisValue = LastValue; in collectBitGroups() 1735 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups() 1738 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero())) in collectBitGroups() 1745 LastValue = ThisValue; in collectBitGroups()
|