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

/freebsd-12-stable/contrib/llvm-project/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
44 SelectionKind getSelectionKind() const { return SK; }
45 void setSelectionKind(SelectionKind Val) { SK = Val; }
57 SelectionKind SK = Any;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h52 SourceSelectionKind SelectionKind; member in struct:clang::tooling::SelectedASTNode
56 SourceSelectionKind SelectionKind)
57 : Node(Node), SelectionKind(SelectionKind) {}
55 SelectedASTNode(const ast_type_traits::DynTypedNode &Node, SourceSelectionKind SelectionKind) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp67 Comdat::SelectionKind Src,
68 Comdat::SelectionKind Dst,
69 Comdat::SelectionKind &Result,
71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
151 Comdat::SelectionKind Src,
152 Comdat::SelectionKind Dst,
153 Comdat::SelectionKind &Result,
156 // The ability to mix Comdat::SelectionKind::Any with
157 // Comdat::SelectionKind
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp95 SourceSelectionKind SelectionKind =
98 SelectedASTNode(DynTypedNode::create(*D), SelectionKind));
100 popAndAddToSelectionIfSelected(SelectionKind);
123 SourceSelectionKind SelectionKind = local
126 SelectedASTNode(DynTypedNode::create(*S), SelectionKind));
128 popAndAddToSelectionIfSelected(SelectionKind);
133 void popAndAddToSelectionIfSelected(SourceSelectionKind SelectionKind) { argument
136 if (SelectionKind != SourceSelectionKind::None || !Node.Children.empty())
226 OS << ' ' << selectionKindToString(Node.SelectionKind) << "\n";
242 if (Child.SelectionKind
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1142 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) {
3064 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp626 Comdat::SelectionKind SK;

Completed in 152 milliseconds