Home
last modified time | relevance | path

Searched refs:TId (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DFDRTraceExpander.cpp45 CurrentRecord.TId = TID; in visit()
60 CurrentRecord.TId = TID; in visit()
75 CurrentRecord.TId = TID; in visit()
118 CurrentRecord.TId = TID; in visit()
DTrace.cpp135 Record.TId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog()
165 auto TId = Reader.getU32(&OffsetPtr); in loadNaiveFormatLog() local
180 if (Record.FuncId != FuncId || Record.TId != TId || in loadNaiveFormatLog()
373 R.FuncId, R.TSC, R.TId, in loadYAMLLog()
DProfile.cpp339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace()
362 auto &TPD = ThreadPathData[E.TId][InternedPath]; in profileFromTrace()
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypesPatterns.ts193 export type Id<TA, TId extends string = string> = `${TId}-${TId}`;
/third_party/typescript/tests/baselines/reference/
DtemplateLiteralTypesPatterns.js193 export type Id<TA, TId extends string = string> = `${TId}-${TId}`;
DtemplateLiteralTypesPatterns.symbols455 export type Id<TA, TId extends string = string> = `${TId}-${TId}`;
458 >TId : Symbol(TId, Decl(templateLiteralTypesPatterns.ts, 191, 18))
459 >TId : Symbol(TId, Decl(templateLiteralTypesPatterns.ts, 191, 18))
460 >TId : Symbol(TId, Decl(templateLiteralTypesPatterns.ts, 191, 18))
DtemplateLiteralTypesPatterns.types613 export type Id<TA, TId extends string = string> = `${TId}-${TId}`;
614 >Id : `${TId}-${TId}`
DtemplateLiteralTypesPatterns.errors.txt366 export type Id<TA, TId extends string = string> = `${TId}-${TId}`;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h38 uint32_t TId; member
83 IO.mapOptional("thread", Record.TId, 0U);
DXRayRecord.h89 uint32_t TId; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h263 TypeIdSummary TId;
264 io.mapRequired(Key.str().c_str(), TId);
265 V.insert({GlobalValue::getGUID(Key), {Key, TId}});
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp243 auto AddTypeIdSummary = [&](StringRef TId, const TypeIdSummary &S) { in computeLTOCacheKey() argument
244 AddString(TId); in computeLTOCacheKey()
274 for (GlobalValue::GUID TId : UsedTypeIds) { in computeLTOCacheKey() local
275 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1048 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) in processIndex() local
1049 CreateGUIDSlot(GlobalValue::getGUID(TId.first)); in processIndex()
2735 for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) { in printModuleSummaryIndex() local
2736 auto GUID = GlobalValue::getGUID(TId.first); in printModuleSummaryIndex()
2738 << " = typeidCompatibleVTable: (name: \"" << TId.first << "\""; in printModuleSummaryIndex()
2739 printTypeIdCompatibleVtableSummary(TId.second); in printModuleSummaryIndex()