Home
last modified time | relevance | path

Searched defs:MDIndex (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h75 struct MDIndex { struct
79 MDIndex() = default; argument
80 explicit MDIndex(unsigned F) : F(F) {} in MDIndex() argument
93 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; argument
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h72 struct MDIndex { struct
76 MDIndex() = default; argument
77 explicit MDIndex(unsigned F) : F(F) {} in MDIndex() argument
90 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; argument
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5083 unsigned MDIndex; in Select() local