Searched refs:SelectionKind (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Comdat.h | 33 enum SelectionKind { enum 42 SelectionKind getSelectionKind() const { return SK; } in getSelectionKind() 43 void setSelectionKind(SelectionKind Val) { SK = Val; } in setSelectionKind() 51 Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name); 56 SelectionKind SK;
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 453 Comdat::SelectionKind Src, 454 Comdat::SelectionKind Dst, 455 Comdat::SelectionKind &Result, 457 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>> 459 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK, 636 Comdat::SelectionKind Src, in computeResultingSelectionKind() 637 Comdat::SelectionKind Dst, in computeResultingSelectionKind() 638 Comdat::SelectionKind &Result, in computeResultingSelectionKind() 642 bool DstAnyOrLargest = Dst == Comdat::SelectionKind::Any || in computeResultingSelectionKind() 643 Dst == Comdat::SelectionKind::Largest; in computeResultingSelectionKind() [all …]
|
/external/llvm/lib/IR/ |
D | Comdat.cpp | 18 Comdat::Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name) in Comdat()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 672 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind() 2843 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in ParseModule()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 472 Comdat::SelectionKind SK; in parseComdat()
|
/external/llvm/docs/ |
D | LangRef.rst | 753 $<Name> = comdat SelectionKind
|