Searched refs:CSIdConv (Results 1 – 3 of 3) sorted by relevance
67 CallStackIdConverter<decltype(MemProfData.CallStacks)> CSIdConv(73 IndexedRecord.toMemProfRecord(CSIdConv),75 if (CSIdConv.LastUnmappedId)
222 CSIdConv(MemProfData.CallStacks, FrameIdConv) {} in IndexedCallstackIdConverter()231 std::vector<Frame> operator()(CallStackId CSId) { return CSIdConv(CSId); } in operator()234 CallStackIdConverter<decltype(IndexedMemProfData::CallStacks)> CSIdConv; member
1437 memprof::CallStackIdConverter<MemProfCallStackHashTable> CSIdConv( in getMemProfRecordV2() local1440 memprof::MemProfRecord Record = IndexedRecord.toMemProfRecord(CSIdConv); in getMemProfRecordV2()1443 if (CSIdConv.LastUnmappedId) { in getMemProfRecordV2()1447 Twine(*CSIdConv.LastUnmappedId)); in getMemProfRecordV2()1489 memprof::LinearCallStackIdConverter CSIdConv(CallStackBase, FrameIdConv); in getMemProfRecord() local1490 memprof::MemProfRecord Record = IndexedRecord.toMemProfRecord(CSIdConv); in getMemProfRecord()