Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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, in computeResultingSelectionKind()
152 Comdat::SelectionKind Dst, in computeResultingSelectionKind()
153 Comdat::SelectionKind &Result, in computeResultingSelectionKind()
158 bool DstAnyOrLargest = Dst == Comdat::SelectionKind::Any || in computeResultingSelectionKind()
159 Dst == Comdat::SelectionKind::Largest; in computeResultingSelectionKind()
[all …]
/netbsd-src/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-src/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-src/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-src/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-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1115 func (c Comdat) SelectionKind() ComdatSelectionKind { func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp685 Comdat::SelectionKind SK; in parseComdat()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst911 $<Name> = comdat SelectionKind