Home
last modified time | relevance | path

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

/external/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;
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp45 for (auto &MDKind : MDKinds) { in LLVMContext() local
46 unsigned ID = getMDKindID(MDKind.second); in LLVMContext()
47 assert(ID == MDKind.first && "metadata kind id drifted"); in LLVMContext()
DMetadata.cpp1130 if (A.MDKind == ID) in lookup()
1137 if (A.MDKind == ID) in get()
1144 Result.emplace_back(A.MDKind, A.Node); in getAll()
1167 if (Attachments.size() == 1 && Attachments.back().MDKind == ID) { in erase()
1173 [ID](const Attachment &A) { return A.MDKind == ID; }); in erase()
1309 return !KnownSet.count(I.MDKind); in dropUnknownNonDebugMetadata()
DLLVMContextImpl.h1261 unsigned MDKind;
/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h305 unsigned MDKind : 2; variable
317 : Loc(Loc), MDKind(K), IsFromPCH(false), IsPublic(true) {} in MacroDirective()
320 Kind getKind() const { return Kind(MDKind); } in getKind()
/external/clang/include/clang/Lex/
DMacroInfo.h318 unsigned MDKind : 2; variable
330 : Previous(nullptr), Loc(Loc), MDKind(K), IsFromPCH(false), in MacroDirective()
334 Kind getKind() const { return Kind(MDKind); } in getKind()
/external/llvm/lib/IR/
DMetadata.cpp1135 if (A.MDKind == ID) in get()
1143 if (Leader->MDKind != ID) { in erase()
1155 Result.emplace_back(A.MDKind, A.Node); in getAll()
DLLVMContextImpl.h1012 unsigned MDKind;
/external/llvm/lib/AsmParser/
DLLParser.h108 unsigned MDKind, MDSlot; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h111 unsigned MDKind, MDSlot; member
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h108 unsigned MDKind, MDSlot; member
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli441 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli440 (** [mdkind_id context name] returns the MDKind ID that corresponds to the