Searched refs:MDKind (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContext.cpp | 66 for (auto &MDKind : MDKinds) { in LLVMContext() local 67 unsigned ID = getMDKindID(MDKind.second); in LLVMContext() 68 assert(ID == MDKind.first && "metadata kind id drifted"); in LLVMContext()
|
D | Metadata.cpp | 1156 if (A.MDKind == ID) in lookup() 1164 if (A.MDKind == ID) in get() 1170 [ID](const Attachment &A) { return A.MDKind == ID; }); in erase() 1179 Result.emplace_back(A.MDKind, A.Node); in getAll()
|
D | LLVMContextImpl.h | 1189 unsigned MDKind;
|
/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/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 104 unsigned MDKind, MDSlot; member
|
D | LLParser.cpp | 62 Inst->setMetadata(MDList[i].MDKind, NumberedMetadata[SlotNo]); in ValidateEndOfModule()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 108 unsigned MDKind, MDSlot; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 112 unsigned MDKind, MDSlot; member
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.mli | 318 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 431 (** [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
|