| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionCOFF.h | 47 mutable int Selection; variable 53 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF() argument 56 COMDATSymbol(COMDATSymbol), Selection(Selection) { in MCSectionCOFF() 68 int getSelection() const { return Selection; } in getSelection() 70 void setSelection(int Selection) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionCOFF.cpp | 31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() 32 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection() 33 this->Selection = Selection; in setSelection() 73 switch (Selection) { in PrintSwitchToSection()
|
| H A D | WinCOFFObjectWriter.cpp | 323 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection() 553 W.OS << char(i.Aux.SectionDefinition.Selection); in WriteAuxiliarySymbols() 931 return Section.Symbol->Aux[0].Aux.SectionDefinition.Selection == in isAssociative() 1070 if (Section->Symbol->Aux[0].Aux.SectionDefinition.Selection != in writeObject()
|
| H A D | MCContext.cpp | 631 StringRef COMDATSymName, int Selection, in getCOFFSection() argument 642 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection() 654 CachedName, Characteristics, COMDATSymbol, Selection, Kind, Begin); in getCOFFSection()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelectionRequirements.cpp | 23 Optional<SelectedASTNode> Selection = in evaluate() local 25 if (!Selection) in evaluate() 28 return std::move(*Selection); in evaluate()
|
| H A D | ASTSelection.cpp | 39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() argument 42 SelectionBegin(Selection.getBegin()), in ASTSelectionFinder() 43 SelectionEnd(Selection.getBegin() == Selection.getEnd() in ASTSelectionFinder() 45 : Selection.getEnd()), in ASTSelectionFinder()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | Random.h | 35 std::remove_const_t<T> Selection = {}; variable 46 return Selection; in getSelection() 67 Selection = Item; in sample()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/phy/ |
| H A D | ti-phy-gmii-sel.txt | 1 CPSW Port's Interface Mode Selection PHY Tree Bindings 31 CPSW Port's Interface Mode Selection PHY describes MII interface mode between 34 CPSW Port's Interface Mode Selection PHY device should defined as child device
|
| H A D | ti,phy-gmii-sel.yaml | 8 title: CPSW Port's Interface Mode Selection PHY Tree Bindings 41 CPSW Port's Interface Mode Selection PHY describes MII interface mode between 44 CPSW Port's Interface Mode Selection PHY device should defined as child device
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SDNodeProperties.td | 11 // Selection DAG Pattern Operations 17 // Selection DAG Node Properties.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | cpsw-phy-sel.txt | 1 TI CPSW Phy mode Selection Device Tree Bindings (DEPRECATED)
|
| /freebsd-13.1/share/misc/ |
| H A D | scsi_modes | 362 {Output Port 0 Channel Selection} t4 365 {Output Port 1 Channel Selection} t4 368 {Output Port 2 Channel Selection} t4 371 {Output Port 3 Channel Selection} t4 462 {S/W Slot Selection} t1
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 450 if (def->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) in initializeSymbols() 677 if (def->Selection < (int)IMAGE_COMDAT_SELECT_NODUPLICATES || in createDefined() 680 def->Selection > (int)IMAGE_COMDAT_SELECT_LARGEST) { in createDefined() 681 fatal("unknown comdat type " + std::to_string((int)def->Selection) + in createDefined() 684 COMDATType selection = (COMDATType)def->Selection; in createDefined() 705 if (def->Selection != IMAGE_COMDAT_SELECT_ASSOCIATIVE) in createDefined()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-palmas.txt | 33 Selection primary or secondary function associated to I2C2_SCL_SCE, 36 Selection primary or secondary function associated to GPADC_START
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenInstruction.cpp | 501 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local 503 Selection = Selection.split('|').second; in FlattenAsmStringVariants() 504 Res += Selection.split('|').first; in FlattenAsmStringVariants()
|
| /freebsd-13.1/usr.sbin/bsdconfig/packages/include/ |
| H A D | messages.subr | 27 msg_package_selection="Package Selection"
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1592 int Selection = 0; in getExplicitSectionGlobal() local 1597 Selection = getSelectionForCOFF(GO); in getExplicitSectionGlobal() 1599 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal() 1609 Selection = 0; in getExplicitSectionGlobal() 1614 Selection); in getExplicitSectionGlobal() 1645 int Selection = getSelectionForCOFF(GO); in SelectSectionForGlobal() local 1646 if (!Selection) in SelectSectionForGlobal() 1647 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal() 1673 COMDATSymName, Selection, UniqueID); in SelectSectionForGlobal() 1678 Selection, UniqueID); in SelectSectionForGlobal()
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | des_modes.pod | 107 Selection of a small value for j will require more cycles through 151 Selection of a small value for j will require more cycles through
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | gpio-regulator.yaml | 56 description: Selection of available voltages/currents provided by this
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| H A D | Reader.cpp | 139 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in readSymbols()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 15 // Selection DAG Type Constraint definitions. 88 // Selection DAG Type Profile definitions. 95 // SDTypeProfile - This profile describes the type requirements of a Selection 310 // Selection DAG Node definitions. 711 // Selection DAG Condition Codes 741 // Selection DAG Node Transformation Functions. 755 // Selection DAG Pattern Fragments. 1628 // Selection DAG Pattern Support.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 452 uint8_t Selection; member
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.reg | 283 field SELDO 0x40 /* Selection Done */ 285 field SELINGO 0x10 /* Selection In Progress */ 427 * Selection Timeout Timer (p. 3-30) 442 * Selection/Reselection ID (p. 3-31)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 829 Aux->Selection = 0; in writeSymbolTable() 848 Aux->Selection = 0; in writeSymbolTable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 34 // Selection DAG Nodes. 37 // Selection DAG types. 134 // multiclass. These classes do not contain Selection DAG patterns.
|