Searched refs:MDKind (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 44 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()
|
D | Metadata.cpp | 1157 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()
|
D | LLVMContextImpl.h | 1216 unsigned MDKind;
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContext.cpp | 45 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()
|
D | Metadata.cpp | 1130 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()
|
D | LLVMContextImpl.h | 1261 unsigned MDKind;
|
/external/llvm-project/clang/include/clang/Lex/ |
D | MacroInfo.h | 305 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/ |
D | MacroInfo.h | 318 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/ |
D | Metadata.cpp | 1135 if (A.MDKind == ID) in get() 1143 if (Leader->MDKind != ID) { in erase() 1155 Result.emplace_back(A.MDKind, A.Node); in getAll()
|
D | LLVMContextImpl.h | 1012 unsigned MDKind;
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 108 unsigned MDKind, MDSlot; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 111 unsigned MDKind, MDSlot; member
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.h | 108 unsigned MDKind, MDSlot; member
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 441 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 440 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
|