Searched defs:SelectionKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DComdat.h27 // This is a Name X SelectionKind pair. The reason for having this be an
28 // independent object instead of just adding the name and the SelectionKind
30 // name but different SelectionKind. This structure makes that unrepresentable.
33 enum SelectionKind { enum in class:llvm::Comdat
42 SelectionKind getSelectionKind() const { return SK; }
43 void setSelectionKind(SelectionKind Val) { SK = Val; }
51 Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name);
56 SelectionKind SK;

Completed in 494 milliseconds