Home
last modified time | relevance | path

Searched refs:Selection (Results 1 – 25 of 68) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionCOFF.h47 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;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
32 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection()
33 this->Selection = Selection; in setSelection()
75 switch (Selection) { in printSwitchToSection()
H A DWinCOFFObjectWriter.cpp327 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection()
534 W.OS << char(i.Aux.SectionDefinition.Selection); in WriteAuxiliarySymbols()
927 return Section.Symbol->Aux[0].Aux.SectionDefinition.Selection == in isAssociative()
1066 if (Section->Symbol->Aux[0].Aux.SectionDefinition.Selection != in writeObject()
H A DMCContext.cpp663 StringRef COMDATSymName, int Selection, in getCOFFSection() argument
674 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()
686 CachedName, Characteristics, COMDATSymbol, Selection, Kind, Begin); in getCOFFSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h499 void addRequest(const T &Selection, const U &Dispatch, V &Request) const { in addRequest() argument
500 for (const auto &Entry : Selection) { in addRequest()
577 void addRequest(LVElementKindSet &Selection) { in addRequest() argument
578 addRequest(Selection, ElementDispatch, ElementRequest); in addRequest()
580 void addRequest(LVLineKindSet &Selection) { in addRequest() argument
581 addRequest(Selection, LineDispatch, LineRequest); in addRequest()
583 void addRequest(LVScopeKindSet &Selection) { in addRequest() argument
584 addRequest(Selection, ScopeDispatch, ScopeRequest); in addRequest()
586 void addRequest(LVSymbolKindSet &Selection) { in addRequest() argument
587 addRequest(Selection, SymbolDispatch, SymbolRequest); in addRequest()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp24 std::optional<SelectedASTNode> Selection = in evaluate() local
26 if (!Selection) in evaluate()
29 return std::move(*Selection); in evaluate()
H A DASTSelection.cpp40 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() argument
43 SelectionBegin(Selection.getBegin()), in ASTSelectionFinder()
44 SelectionEnd(Selection.getBegin() == Selection.getEnd() in ASTSelectionFinder()
46 : Selection.getEnd()), in ASTSelectionFinder()
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DResources.rst6 * `Global Instruction Selection - A Proposal by Quentin Colombet @LLVMDevMeeting 2015 <https://www.…
7 * `Global Instruction Selection - Status by Quentin Colombet, Ahmed Bougacha, and Tim Northover @LL…
8 * `GlobalISel - LLVM's Latest Instruction Selection Framework by Diana Picus @FOSDEM17 <https://www…
H A Dindex.rst2 Global Instruction Selection
/openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DRandom.h35 std::remove_const_t<T> Selection = {}; variable
46 return Selection; in getSelection()
67 Selection = Item; in sample()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSDNodeProperties.td11 // Selection DAG Pattern Operations
17 // Selection DAG Node Properties.
/openbsd-src/gnu/llvm/clang/docs/
H A DRefactoringEngine.rst122 DeleteSelection(SourceRange Selection) : Selection(Selection) {}
126 AtomicChange Replacement(Context.getSources(), Selection.getBegin());
128 CharSourceRange::getCharRange(Selection), "");
132 SourceRange Selection;
193 Selection Requirements
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp265 Selection = std::make_unique<cl::opt<std::string>>( in RefactoringActionSubcommand()
291 if (Selection) { in parseSelectionArgument()
292 ParsedSelection = SourceSelectionArgument::fromString(*Selection); in parseSelectionArgument()
300 assert(Selection && "selection not supported!"); in getSelection()
311 std::unique_ptr<cl::opt<std::string>> Selection; member in __anonf090c3dd0111::RefactoringActionSubcommand
/openbsd-src/share/misc/
H A Dscsi_modes236 {Output Port 0 Channel Selection} t4
239 {Output Port 1 Channel Selection} t4
242 {Output Port 2 Channel Selection} t4
245 {Output Port 3 Channel Selection} t4
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp171 Def->Selection != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in getCOFFObjectFileSymbolInfo()
179 if (Def->Selection != COFF::IMAGE_COMDAT_SELECT_NODUPLICATES) { in getCOFFObjectFileSymbolInfo()
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.cpp422 if (def->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) in initializeSymbols()
649 if (def->Selection < (int)IMAGE_COMDAT_SELECT_NODUPLICATES || in createDefined()
652 def->Selection > (int)IMAGE_COMDAT_SELECT_LARGEST) { in createDefined()
653 fatal("unknown comdat type " + std::to_string((int)def->Selection) + in createDefined()
656 COMDATType selection = (COMDATType)def->Selection; in createDefined()
677 if (def->Selection != IMAGE_COMDAT_SELECT_ASSOCIATIVE) in createDefined()
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs294 int start = view.Selection.Start.Position.GetContainingLine().Start.Position; in FormatSelection()
295 int end = view.Selection.End.Position.GetContainingLine().End.Position; in FormatSelection()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp512 if (Definition->Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in createDefinedSymbol()
549 switch (Definition->Selection) { in createCOMDATExportRequest()
585 formatv("{0:d}", Definition->Selection)); in createCOMDATExportRequest()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp569 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local
571 Selection = Selection.split('|').second; in FlattenAsmStringVariants()
572 Res += Selection.split('|').first; in FlattenAsmStringVariants()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1652 int Selection = 0; in getExplicitSectionGlobal() local
1657 Selection = getSelectionForCOFF(GO); in getExplicitSectionGlobal()
1659 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal()
1669 Selection = 0; in getExplicitSectionGlobal()
1674 Selection); in getExplicitSectionGlobal()
1705 int Selection = getSelectionForCOFF(GO); in SelectSectionForGlobal() local
1706 if (!Selection) in SelectSectionForGlobal()
1707 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal()
1733 COMDATSymName, Selection, UniqueID); in SelectSectionForGlobal()
1738 Selection, UniqueID); in SelectSectionForGlobal()
/openbsd-src/gnu/llvm/llvm/docs/
H A DLexicon.rst177 Instruction Selection
289 Selection DAG Instruction Selection.
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp264 YAMLASD.Selection = ObjSD->Selection; in dumpSectionDefinition()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn123 "Selection.cpp",
/openbsd-src/distrib/notes/alpha/
H A Dprep18 - change the "Console Selection" setting to "OpenVMS console (SRM)"
22 If you didn't find a "Console Selection" entry (for example on 164SX or
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp139 if (SD && SD->Selection == IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in readSymbols()

123