Searched refs:ThisValue (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 120 ThisValue = ""; in setValue() 130 ThisValue = *ExpectedValue; in setValue()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 410 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} 413 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { 433 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } 435 virtual llvm::Value *getContextValue() const { return ThisValue; } 472 llvm::Value *ThisValue;
|
| H A D | CGExprCXX.cpp | 277 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr() local 278 This = MakeAddrLValue(ThisValue, Base->getType(), BaseInfo, TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr()
|
| H A D | CGExpr.cpp | 2634 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument 2636 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 1725 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local 1726 if (LateMask && !ThisValue) { in collectBitGroups() 1727 ThisValue = LastValue; in collectBitGroups() 1744 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups() 1747 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero())) in collectBitGroups() 1754 LastValue = ThisValue; in collectBitGroups()
|