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 439 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 748 SimpleKey SK;
749 SK.Tok = TokenQueue.front();
750 if (std::find(SimpleKeys.begin(), SimpleKeys.end(), SK)
907 SimpleKey SK;
908 SK.Tok = Tok;
909 SK.Line = Line;
910 SK.Column = AtColumn;
911 SK.IsRequired = IsRequired;
912 SK.FlowLevel = FlowLevel;
913 SimpleKeys.push_back(SK);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 1028 SK(new String[]{
    [all...]

Completed in 159 milliseconds