Home
last modified time | relevance | path

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

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