/external/llvm-project/llvm/lib/Linker/ |
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 …]
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 70 Comdat::SelectionKind Src, 71 Comdat::SelectionKind Dst, 72 Comdat::SelectionKind &Result, 74 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>> 76 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK, 168 Comdat::SelectionKind Src, in computeResultingSelectionKind() 169 Comdat::SelectionKind Dst, in computeResultingSelectionKind() 170 Comdat::SelectionKind &Result, in computeResultingSelectionKind() 175 bool DstAnyOrLargest = Dst == Comdat::SelectionKind::Any || in computeResultingSelectionKind() 176 Dst == Comdat::SelectionKind::Largest; in computeResultingSelectionKind() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
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 …]
|
/external/llvm/include/llvm/IR/ |
D | Comdat.h | 31 enum SelectionKind { enum 40 SelectionKind getSelectionKind() const { return SK; } in getSelectionKind() 41 void setSelectionKind(SelectionKind Val) { SK = Val; } in setSelectionKind() 53 SelectionKind SK;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
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;
|
/external/llvm-project/llvm/include/llvm/IR/ |
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;
|
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
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 …]
|
/external/llvm-project/clang/include/clang/Tooling/Refactoring/ |
D | ASTSelection.h | 53 SourceSelectionKind SelectionKind; member 56 SelectedASTNode(const DynTypedNode &Node, SourceSelectionKind SelectionKind) in SelectedASTNode() 57 : Node(Node), SelectionKind(SelectionKind) {} in SelectedASTNode()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | ASTSelectionTest.cpp | 91 SourceSelectionKind SelectionKind, unsigned NumChildren) { in checkNodeImpl() argument 94 ASSERT_EQ(Node.SelectionKind, SelectionKind); in checkNodeImpl() 105 const SelectedASTNode &StmtNode, SourceSelectionKind SelectionKind, in checkNode() argument 109 checkNodeImpl(isa<T>(StmtNode.Node.get<Stmt>()), StmtNode, SelectionKind, in checkNode() 116 const SelectedASTNode &DeclNode, SourceSelectionKind SelectionKind, in checkNode() argument 120 checkNodeImpl(isa<T>(DeclNode.Node.get<Decl>()), DeclNode, SelectionKind, in checkNode() 131 SourceSelectionKind SelectionKind) { in childKindVerifier() 133 ASSERT_EQ(Node.SelectionKind, SelectionKind); in childKindVerifier() 134 childKindVerifier(Child, SelectionKind); in childKindVerifier()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1142 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind() 3064 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in parseComdatRecord()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 869 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind() 3770 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in parseModule()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1148 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind() 3127 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in parseComdatRecord()
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1115 func (c Comdat) SelectionKind() ComdatSelectionKind { func
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 547 Comdat::SelectionKind SK; in parseComdat()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 684 Comdat::SelectionKind SK; in parseComdat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 626 Comdat::SelectionKind SK; in parseComdat()
|
/external/llvm/docs/ |
D | LangRef.rst | 819 $<Name> = comdat SelectionKind
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 905 $<Name> = comdat SelectionKind
|