Home
last modified time | relevance | path

Searched refs:Relationship (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp537 Object Relationship; in serializeRelationship() local
538 Relationship["source"] = Source.USR; in serializeRelationship()
539 Relationship["target"] = Target.USR; in serializeRelationship()
540 Relationship["kind"] = getRelationshipString(Kind); in serializeRelationship()
542 Relationships.emplace_back(std::move(Relationship)); in serializeRelationship()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DThreading.inc146 static bool IterateProcInfo(LOGICAL_PROCESSOR_RELATIONSHIP Relationship, F Fn) {
148 BOOL R = ::GetLogicalProcessorInformationEx(Relationship, NULL, &Len);
153 R = ::GetLogicalProcessorInformationEx(Relationship, Info, &Len);
160 if (Curr->Relationship != Relationship)
/llvm-project-15.0.7/openmp/docs/openacc/
H A DOpenMPExtensions.rst107 Relationship with OpenACC
161 Relationship with OpenACC
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc339 if (it->Relationship != RelationCache) continue; in GetCacheSizesWindows()
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md463 ### Relationship to LLVM matrix type proposal.