Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h48 const StringRef &operator*() const { return ThisValue; }
49 StringRef &operator*() { return ThisValue; }
63 StringRef ThisValue; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h164 auto EC = Extract(IterRef, ThisLen, ThisValue); in VarStreamArrayIterator()
193 return ThisValue;
198 return ThisValue;
213 auto EC = Extract(IterRef, ThisLen, ThisValue);
241 ValueType ThisValue; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp119 ThisValue = ""; in setValue()
129 ThisValue = *ExpectedValue; in setValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1472 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local
1473 if (LateMask && !ThisValue) { in collectBitGroups()
1474 ThisValue = LastValue; in collectBitGroups()
1491 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1494 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero())) in collectBitGroups()
1501 LastValue = ThisValue; in collectBitGroups()