Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DComdat.h33 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/
DLinkModules.cpp453 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/
DComdat.cpp18 Comdat::Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name) in Comdat()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp672 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) { in getDecodedComdatSelectionKind()
2843 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]); in ParseModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp472 Comdat::SelectionKind SK; in parseComdat()
/external/llvm/docs/
DLangRef.rst753 $<Name> = comdat SelectionKind