Home
last modified time | relevance | path

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 DDbiModuleList.h48 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 DBinaryStreamArray.h168 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 DDbiModuleList.cpp119 ThisValue = ""; in setValue()
129 ThisValue = *ExpectedValue; in setValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h382 : 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 DCGExprCXX.cpp275 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr() local
276 This = MakeAddrLValue(ThisValue, Base->getType(), BaseInfo, TBAAInfo); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp2584 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 DPPCISelDAGToDAG.cpp1707 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()