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

  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 39 /// Assoc - This is name of the associated section, if it is a COMDAT
42 mutable const MCSectionCOFF *Assoc;
47 int Selection, const MCSectionCOFF *Assoc, SectionKind K)
49 Characteristics(Characteristics), Selection(Selection), Assoc(Assoc) {
53 (Assoc != 0) &&
72 const MCSectionCOFF *getAssocSection() const { return Assoc; }
74 void setSelection(int Selection, const MCSectionCOFF *Assoc = 0) const;
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 439 const MCSectionCOFF *Assoc = 0;
446 Assoc = static_cast<const MCSectionCOFF*>(
448 if (!Assoc)
450 if (Assoc == Current)
452 if (!(Assoc->getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT))
454 if (Assoc->getSelection() == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE)
462 Current->setSelection(Type, Assoc);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 775 COFFSection *Assoc = SectionMap.lookup(MCSec.getAssocSection());
776 if (!Assoc) {
783 if (Assoc->Number == -1)
786 (*i)->Symbol->Aux[0].Aux.SectionDefinition.Number = SectionIndices[Assoc];
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 1292 Assoc<Spec, Bounds> assoc = Assoc.of(Spec.class, Bounds.class); local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 1181 Assoc<Spec, Bounds> assoc = Assoc.of(Spec.class, Bounds.class); local
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 

Completed in 1028 milliseconds