Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp120 ThisValue = ""; in setValue()
130 ThisValue = *ExpectedValue; in setValue()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h409 : 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 DCGExprCXX.cpp275 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr() local
276 This = MakeAddrLValue(ThisValue, Base->getType(), BaseInfo, TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp2671 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 DPPCISelDAGToDAG.cpp1716 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()