Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp66 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()
DMetadata.cpp1156 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()
DLLVMContextImpl.h1189 unsigned MDKind;
/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/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h104 unsigned MDKind, MDSlot; member
DLLParser.cpp62 Inst->setMetadata(MDList[i].MDKind, NumberedMetadata[SlotNo]); in ValidateEndOfModule()
/external/llvm/lib/AsmParser/
DLLParser.h108 unsigned MDKind, MDSlot; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h112 unsigned MDKind, MDSlot; member
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli318 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli431 (** [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