HomeSort by relevance Sort by last modified time
    Searched refs:SelectionKind (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
Comdat.h 27 // This is a Name X SelectionKind pair. The reason for having this be an
28 // independent object instead of just adding the name and the SelectionKind
30 // name but different SelectionKind. This structure makes that unrepresentable.
33 enum SelectionKind {
42 SelectionKind getSelectionKind() const { return SK; }
43 void setSelectionKind(SelectionKind Val) { SK = Val; }
51 Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name);
56 SelectionKind SK;
  /external/llvm/lib/IR/
Comdat.cpp 18 Comdat::Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name)
  /external/llvm/lib/Linker/
LinkModules.cpp 433 Comdat::SelectionKind Src,
434 Comdat::SelectionKind Dst,
435 Comdat::SelectionKind &Result,
437 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
439 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
571 Comdat::SelectionKind Src,
572 Comdat::SelectionKind Dst,
573 Comdat::SelectionKind &Result,
575 // The ability to mix Comdat::SelectionKind::Any with
576 // Comdat::SelectionKind::Largest is a behavior that comes from COFF
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 207 static Comdat::SelectionKind getDecodedComdatSelectionKind(unsigned Val) {
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 534 Comdat::SelectionKind SK;
    [all...]

Completed in 91 milliseconds