Home
last modified time | relevance | path

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

/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/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/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/lib/AsmParser/
DLLParser.cpp547 Comdat::SelectionKind SK; in parseComdat()
/external/llvm/docs/
DLangRef.rst819 $<Name> = comdat SelectionKind