Searched refs:MDKind (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp45 for (auto &MDKind : MDKinds) {
46 unsigned ID = getMDKindID(MDKind.second);
47 assert(ID == MDKind.first && "metadata kind id drifted");
H A DMetadata.cpp1157 if (A.MDKind == ID)
1165 if (A.MDKind == ID)
1171 [ID](const Attachment &A) { return A.MDKind == ID; });
1180 Result.emplace_back(A.MDKind, A.Node);
H A DLLVMContextImpl.h1249 unsigned MDKind; member in struct:llvm::MDGlobalAttachmentMap::Attachment
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h305 unsigned MDKind : 2;
317 : Loc(Loc), MDKind(K), IsFromPCH(false), IsPublic(true) {}
320 Kind getKind() const { return Kind(MDKind); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h108 unsigned MDKind, MDSlot; member in struct:llvm::LLParser::MDRef

Completed in 111 milliseconds