Searched refs:SelectionKind (Results 1 – 5 of 5) sorted by relevance
/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/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/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/lib/AsmParser/ |
D | LLParser.cpp | 547 Comdat::SelectionKind SK; in parseComdat()
|
/external/llvm/docs/ |
D | LangRef.rst | 819 $<Name> = comdat SelectionKind
|