Home
last modified time | relevance | path

Searched refs:SelectionKind (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp163 if (Dst == Comdat::SelectionKind::Largest || in computeResultingSelectionKind()
164 Src == Comdat::SelectionKind::Largest) in computeResultingSelectionKind()
165 Result = Comdat::SelectionKind::Largest; in computeResultingSelectionKind()
167 Result = Comdat::SelectionKind::Any; in computeResultingSelectionKind()
176 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
180 case Comdat::SelectionKind::NoDuplicates: in computeResultingSelectionKind()
183 case Comdat::SelectionKind::ExactMatch: in computeResultingSelectionKind()
184 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
185 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
382 Comdat::SelectionKind SK; in linkIfNeeded()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DComdat.h33 enum SelectionKind { enum
44 SelectionKind getSelectionKind() const { return SK; } in getSelectionKind()
45 void setSelectionKind(SelectionKind Val) { SK = Val; } in setSelectionKind()
57 SelectionKind SK = Any;
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp94 SourceSelectionKind SelectionKind = in TraverseDecl() local
97 SelectedASTNode(DynTypedNode::create(*D), SelectionKind)); in TraverseDecl()
99 popAndAddToSelectionIfSelected(SelectionKind); in TraverseDecl()
122 SourceSelectionKind SelectionKind = in TraverseStmt() local
125 SelectedASTNode(DynTypedNode::create(*S), SelectionKind)); in TraverseStmt()
127 popAndAddToSelectionIfSelected(SelectionKind); in TraverseStmt()
132 void popAndAddToSelectionIfSelected(SourceSelectionKind SelectionKind) { in popAndAddToSelectionIfSelected() argument
135 if (SelectionKind != SourceSelectionKind::None || !Node.Children.empty()) in popAndAddToSelectionIfSelected()
225 OS << ' ' << selectionKindToString(Node.SelectionKind) << "\n"; in dump()
241 if (Child.SelectionKind == Kind) in hasAnyDirectChildrenWithKind()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h53 SourceSelectionKind SelectionKind; member
56 SelectedASTNode(const DynTypedNode &Node, SourceSelectionKind SelectionKind) in SelectedASTNode()
57 : Node(Node), SelectionKind(SelectionKind) {} in SelectedASTNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1153 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind()
3196 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in parseComdatRecord()
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1115 func (c Comdat) SelectionKind() ComdatSelectionKind { func
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp685 Comdat::SelectionKind SK; in parseComdat()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst911 $<Name> = comdat SelectionKind