Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Linker/
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 …]
/external/llvm/lib/Linker/
DLinkModules.cpp70 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/
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 …]
/external/llvm/include/llvm/IR/
DComdat.h31 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/
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;
/external/llvm-project/llvm/include/llvm/IR/
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;
/external/llvm-project/clang/lib/Tooling/Refactoring/
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 …]
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DASTSelection.h53 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/
DASTSelectionTest.cpp91 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/
DBitcodeReader.cpp1142 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind()
3064 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in parseComdatRecord()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp869 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind()
3770 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in parseModule()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1148 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind()
3127 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in parseComdatRecord()
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1115 func (c Comdat) SelectionKind() ComdatSelectionKind { func
/external/llvm/lib/AsmParser/
DLLParser.cpp547 Comdat::SelectionKind SK; in parseComdat()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp684 Comdat::SelectionKind SK; in parseComdat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp626 Comdat::SelectionKind SK; in parseComdat()
/external/llvm/docs/
DLangRef.rst819 $<Name> = comdat SelectionKind
/external/llvm-project/llvm/docs/
DLangRef.rst905 $<Name> = comdat SelectionKind