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/ |
D | FDRTraceExpander.cpp | 45 CurrentRecord.TId = TID; in visit() 60 CurrentRecord.TId = TID; in visit() 75 CurrentRecord.TId = TID; in visit() 118 CurrentRecord.TId = TID; in visit()
|
D | Trace.cpp | 135 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()
|
D | Profile.cpp | 339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() 362 auto &TPD = ThreadPathData[E.TId][InternedPath]; in profileFromTrace()
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypesPatterns.ts | 193 export type Id<TA, TId extends string = string> = `${TId}-${TId}`;
|
/third_party/typescript/tests/baselines/reference/ |
D | templateLiteralTypesPatterns.js | 193 export type Id<TA, TId extends string = string> = `${TId}-${TId}`;
|
D | templateLiteralTypesPatterns.symbols | 455 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))
|
D | templateLiteralTypesPatterns.types | 613 export type Id<TA, TId extends string = string> = `${TId}-${TId}`; 614 >Id : `${TId}-${TId}`
|
D | templateLiteralTypesPatterns.errors.txt | 366 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/ |
D | YAMLXRayRecord.h | 38 uint32_t TId; member 83 IO.mapOptional("thread", Record.TId, 0U);
|
D | XRayRecord.h | 89 uint32_t TId; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndexYAML.h | 263 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/ |
D | LTO.cpp | 243 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/ |
D | AsmWriter.cpp | 1048 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()
|