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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h48 const StringRef &operator*() const { return ThisValue; }
49 StringRef &operator*() { return ThisValue; }
63 StringRef ThisValue; member in class:llvm::pdb::DbiModuleSourceFilesIterator
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h164 auto EC = Extract(IterRef, ThisLen, ThisValue);
193 return ThisValue;
198 return ThisValue;
213 auto EC = Extract(IterRef, ThisLen, ThisValue);
241 ValueType ThisValue; member in class:llvm::VarStreamArrayIterator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp119 ThisValue = "";
129 ThisValue = *ExpectedValue;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h350 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {}
353 : Kind(K), ThisValue(nullptr), CXXThisFieldDecl(nullptr) {
373 virtual void setContextValue(llvm::Value *V) { ThisValue = V; }
375 virtual llvm::Value *getContextValue() const { return ThisValue; }
407 llvm::Value *ThisValue; member in class:clang::CodeGen::CodeGenFunction::CGCapturedStmtInfo
H A DCGExprCXX.cpp274 Address ThisValue = EmitPointerWithAlignment(Base, &BaseInfo, &TBAAInfo); local
275 This = MakeAddrLValue(ThisValue, Base->getType(), BaseInfo, TBAAInfo);
H A DCGExpr.cpp2432 llvm::Value *ThisValue) {
2434 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType);
2431 EmitCapturedFieldLValue(CodeGenFunction &CGF, const FieldDecl *FD, llvm::Value *ThisValue) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1472 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); local
1473 if (LateMask && !ThisValue) {
1474 ThisValue = LastValue;
1491 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue)
1494 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero()))
1501 LastValue = ThisValue;

Completed in 273 milliseconds