Searched refs:Selection (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h41 /// Selection - This is the Selection field for the section symbol, if
43 mutable int Selection; member in class:llvm::MCSectionCOFF
47 /// associative Selection (IMAGE_COMDAT_SELECT_ASSOCIATIVE).
53 const MCSymbol *COMDATSymbol, int Selection,
57 Selection(Selection), Assoc(Assoc) {
60 assert ((Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) ==
79 int getSelection() const { return Selection; }
82 void setSelection(int Selection, cons
52 MCSectionCOFF(StringRef Section, unsigned Characteristics, const MCSymbol *COMDATSymbol, int Selection, const MCSectionCOFF *Assoc, SectionKind K) argument
[all...]
H A DMCContext.h263 int Selection,
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection, argument
33 assert(Selection != 0 && "invalid COMDAT selection type");
34 assert((Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) ==
37 this->Selection = Selection;
64 switch (Selection) {
H A DWinCOFFStreamer.cpp151 int Selection = COFF::IMAGE_COMDAT_SELECT_LARGEST; local
155 Selection);
H A DMCContext.cpp285 int Selection, const MCSectionCOFF *Assoc) {
305 COMDATSymbol, Selection, Assoc, Kind);
283 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, int Selection, const MCSectionCOFF *Assoc) argument
H A DWinCOFFObjectWriter.cpp370 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
582 Write8(i->Aux.SectionDefinition.Selection);
762 if ((*i)->Symbol->Aux[0].Aux.SectionDefinition.Selection !=
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp408 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); local
410 Selection = Selection.split('|').second;
411 Res += Selection.split('|').first;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp724 int Selection = 0; local
728 Selection = COFF::IMAGE_COMDAT_SELECT_ANY;
737 Selection);
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h219 support::ulittle8_t Selection; member in struct:llvm::object::coff_aux_section_definition
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCOFF.h371 uint8_t Selection; member in struct:llvm::COFF::AuxiliarySectionDefinition
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp892 W.printEnum("Selection", Aux->Selection, makeArrayRef(ImageCOMDATSelect));
896 && Aux->Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) {
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp662 , unsigned(asd->Selection));

Completed in 203 milliseconds