reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
132 io.mapOptional("TTRes", summary.TTRes);
lib/AsmParser/LLParser.cpp 7528 ParseTypeTestResolution(TIS.TTRes))
lib/Bitcode/Reader/BitcodeReader.cpp5699 TypeId.TTRes.TheKind = static_cast<TypeTestResolution::Kind>(Record[Slot++]); 5700 TypeId.TTRes.SizeM1BitWidth = Record[Slot++]; 5701 TypeId.TTRes.AlignLog2 = Record[Slot++]; 5702 TypeId.TTRes.SizeM1 = Record[Slot++]; 5703 TypeId.TTRes.BitMask = Record[Slot++]; 5704 TypeId.TTRes.InlineBits = Record[Slot++];lib/Bitcode/Writer/BitcodeWriter.cpp
3611 NameVals.push_back(Summary.TTRes.TheKind); 3612 NameVals.push_back(Summary.TTRes.SizeM1BitWidth); 3613 NameVals.push_back(Summary.TTRes.AlignLog2); 3614 NameVals.push_back(Summary.TTRes.SizeM1); 3615 NameVals.push_back(Summary.TTRes.BitMask); 3616 NameVals.push_back(Summary.TTRes.InlineBits);lib/IR/AsmWriter.cpp
2800 printTypeTestResolution(TIS.TTRes);
lib/LTO/LTO.cpp243 AddUnsigned(S.TTRes.TheKind); 244 AddUnsigned(S.TTRes.SizeM1BitWidth); 246 AddUint64(S.TTRes.AlignLog2); 247 AddUint64(S.TTRes.SizeM1); 248 AddUint64(S.TTRes.BitMask); 249 AddUint64(S.TTRes.InlineBits);lib/Transforms/IPO/LowerTypeTests.cpp
904 ExportSummary->getOrInsertTypeIdSummary(TypeId).TTRes; 956 const TypeTestResolution &TTRes = TidSummary->TTRes;