HomeSort by relevance Sort by last modified time
    Searched defs:SK (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
Comdat.h 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/Linker/
LinkModules.cpp 89 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
621 Comdat::SelectionKind SK;
622 std::tie(SK, LinkFromSrc) = ComdatsChosen[SC];
683 Comdat::SelectionKind SK;
685 if (getComdatResult(&C, SK, LinkFromSrc))
687 ComdatsChosen[&C] = std::make_pair(SK, LinkFromSrc);
  /system/tpm/trunks/ftdi/
mpsse.h 96 SK = 1,
123 /* SK/DO/CS and GPIOs are outputs, DI is an input */
124 #define DEFAULT_TRIS (SK | DO | CS | GPIO0 | GPIO1 | GPIO2 | GPIO3)
125 #define DEFAULT_PORT (SK | CS) /* SK and CS are high, all others low */
  /external/llvm/lib/Support/
YAMLParser.cpp 803 SimpleKey SK;
804 SK.Tok = TokenQueue.begin();
805 if (std::find(SimpleKeys.begin(), SimpleKeys.end(), SK)
985 SimpleKey SK;
986 SK.Tok = Tok;
987 SK.Line = Line;
988 SK.Column = AtColumn;
989 SK.IsRequired = IsRequired;
990 SK.FlowLevel = FlowLevel;
991 SimpleKeys.push_back(SK);
    [all...]

Completed in 78 milliseconds