HomeSort by: relevance | last modified time | path
    Searched defs:Selection (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
Random.h 35 std::remove_const_t<T> Selection = {};
46 return Selection;
67 Selection = Item;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionCOFF.h 45 /// This is the Selection field for the section symbol, if it is a COMDAT
47 mutable int Selection;
53 MCSymbol *COMDATSymbol, int Selection, SectionKind K,
56 COMDATSymbol(COMDATSymbol), Selection(Selection) {
68 int getSelection() const { return Selection; }
70 void setSelection(int Selection) const;
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp 52 /// Stores the parsed `-selection` argument.
57 /// Parse the `-selection` argument.
62 /// Prints any additional state associated with the selection argument to
79 /// Runs the give refactoring function for each specified selection.
87 /// Stores the parsed -selection=test:<filename> option.
100 /// Testing support: invokes the selection action for each selection range in
111 /// Stores the parsed -selection=filename:line:column[-line:column] option.
122 llvm::errs() << "error: -selection=" << Range.FileName
132 llvm::errs() << "error: -selection=" << Range.FileName << ':
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp 501 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd);
503 Selection = Selection.split('|').second;
504 Res += Selection.split('|').first;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1572 int Selection = 0;
1577 Selection = getSelectionForCOFF(GO);
1579 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE)
1589 Selection = 0;
1594 Selection);
1625 int Selection = getSelectionForCOFF(GO);
1626 if (!Selection)
1627 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES;
1653 COMDATSymName, Selection, UniqueID);
1658 Selection, UniqueID)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 451 uint8_t Selection;
  /src/external/gpl3/binutils/dist/include/coff/
pe.h 124 /* COMDAT selection codes. */
417 char Selection[1]; /* COMDAT selection number. */
  /src/external/gpl3/binutils.old/dist/include/coff/
pe.h 124 /* COMDAT selection codes. */
417 char Selection[1]; /* COMDAT selection number. */
  /src/external/gpl3/gdb/dist/include/coff/
pe.h 124 /* COMDAT selection codes. */
417 char Selection[1]; /* COMDAT selection number. */
  /src/external/gpl3/gdb.old/dist/include/coff/
pe.h 124 /* COMDAT selection codes. */
416 char Selection[1]; /* COMDAT selection number. */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 517 uint8_t Selection;

Completed in 75 milliseconds