Searched refs:SelectionKind (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 67 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 D | ASTSelection.cpp | 94 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 D | Comdat.h | 33 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 D | ASTSelection.h | 53 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 D | BitcodeReader.cpp | 1153 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 D | ir.go | 1115 func (c Comdat) SelectionKind() ComdatSelectionKind { func
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 685 Comdat::SelectionKind SK; in parseComdat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | LangRef.rst | 911 $<Name> = comdat SelectionKind
|