Searched refs:ThisValue (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 48 const StringRef &operator*() const { return ThisValue; } 49 StringRef &operator*() { return ThisValue; } 63 StringRef ThisValue; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | BinaryStreamArray.h | 168 auto EC = Extract(IterRef, ThisLen, ThisValue); in VarStreamArrayIterator() 197 return ThisValue; 202 return ThisValue; 217 auto EC = Extract(IterRef, ThisLen, ThisValue); 245 ValueType ThisValue; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 119 ThisValue = ""; in setValue() 129 ThisValue = *ExpectedValue; in setValue()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 382 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {} 385 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) { 405 virtual void setContextValue(llvm::Value *V) { ThisValue = V; } 407 virtual llvm::Value *getContextValue() const { return ThisValue; } 439 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 | 2584 llvm::Value *ThisValue) { in EmitCapturedFieldLValue() argument 2586 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType); in EmitCapturedFieldLValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 1707 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local 1708 if (LateMask && !ThisValue) { in collectBitGroups() 1709 ThisValue = LastValue; in collectBitGroups() 1726 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups() 1729 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero())) in collectBitGroups() 1736 LastValue = ThisValue; in collectBitGroups()
|