Home
last modified time | relevance | path

Searched refs:MDKind (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp44 for (auto &MDKind : MDKinds) { in LLVMContext() local
45 unsigned ID = getMDKindID(MDKind.second); in LLVMContext()
46 assert(ID == MDKind.first && "metadata kind id drifted"); in LLVMContext()
DMetadata.cpp1157 if (A.MDKind == ID) in lookup()
1165 if (A.MDKind == ID) in get()
1171 [ID](const Attachment &A) { return A.MDKind == ID; }); in erase()
1180 Result.emplace_back(A.MDKind, A.Node); in getAll()
DLLVMContextImpl.h1216 unsigned MDKind;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h111 unsigned MDKind, MDSlot; member