Searched refs:All (Results 76 - 100 of 157) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h132 All, // Keep all frame pointers. member in class:clang::CodeGenOptions::FramePointerKind
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp125 defaultDump(outs(), 0, PdbSymbolIdField::All, PdbSymbolIdField::None); member in class:PdbSymbolIdField
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h90 All, // --discard-all (-x) member in class:llvm::objcopy::DiscardType
H A DCopyConfig.cpp685 ? DiscardType::All
691 if (Config.DiscardMode == DiscardType::All) {
991 ? DiscardType::All
1027 if (Config.DiscardMode == DiscardType::All) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp37 opts::pretty::ClassFormat == opts::pretty::ClassDefinitionFormat::All) {
H A DYAMLOutputStyle.cpp36 return M == MS || M == opts::ModuleSubsection::All;
/freebsd-13-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh59 All arguments are optional: Default (or current value) shown:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBBSectionsPrepare.cpp35 // 2. All inter-cluster branch targets would now need to be resolved by the
221 // All explicitly specified clusters of basic blocks will be ordered
222 // accordingly. All non-specified BBs go into a separate "Cold" section.
243 if (MF.getTarget().getBBSectionsType() == llvm::BasicBlockSection::All ||
H A DMachineLICM.cpp87 enum class UseBFI { None, PGO, All };
98 clEnumValN(UseBFI::All, "all",
1494 if ((DisableHoistingToHotterBlocks == UseBFI::All ||
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S3 # All rights reserved.
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v2.sql2 -- All rights reserved.
52 -- scheam_version. All the other rows are meaningless and only exist for
136 -- the table. All properties of that metadata object thus receive the same
H A Dschema_v1.sql2 -- All rights reserved.
51 -- the one with the highest timestamp. All the other rows are meaningless.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-sunsh.mk85 # the assignment operator at nesting level 0. All other words would lead
/freebsd-13-stable/share/mk/
H A Dbsd.test.mk6 # tests are to be built. All other *.test.mk files are internal and not
H A Dsuite.test.mk37 # All the variables for a test program defined in the Makefile are appended
/freebsd-13-stable/stand/lua/
H A Dpassword.lua6 -- All rights reserved.
H A Ddrawer.lua6 -- All rights reserved.
484 -- All of the keys appearing below must be set for any menu frame style
/freebsd-13-stable/stand/usb/
H A Dusbcore.mk6 # All rights reserved.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp112 SmallVectorImpl<Instruction *> &All,
403 // 'All' is a vector of insns that will be instrumented.
405 SmallVectorImpl<Instruction *> &Local, SmallVectorImpl<Instruction *> &All,
441 All.push_back(I);
404 chooseInstructionsToInstrument( SmallVectorImpl<Instruction *> &Local, SmallVectorImpl<Instruction *> &All, const DataLayout &DL) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp54 All("all",
59 cl::alias AllShort("a", cl::desc("Alias for --all"), cl::aliasopt(All));
693 if (opts::All) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1827 std::set<unsigned> All;
1830 All.insert(I);
1873 while (!All.empty()) {
1874 unsigned A = *All.begin();
1875 All.erase(A);
1880 All.erase(B);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp343 : RequiredArgs::All);
409 : RequiredArgs::All;
450 /*chainCall=*/false, None, noProto->getExtInfo(), {},RequiredArgs::All);
495 (MD->isVariadic() ? RequiredArgs(argTys.size()) : RequiredArgs::All);
510 /*chainCall=*/false, argTypes, einfo, {}, RequiredArgs::All);
558 RequiredArgs::All);
575 RequiredArgs required = RequiredArgs::All;
650 /*paramInfos=*/ {}, RequiredArgs::All);
660 argTypes, FunctionType::ExtInfo(), {}, RequiredArgs::All);
668 argTypes, FunctionType::ExtInfo(), {}, RequiredArgs::All);
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp84 c.Options.BBSections = BasicBlockSection::All;
226 // 1) All symbols when doing relocatable link, so that them can be used
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp95 if (Config.DiscardMode == DiscardType::All && !(N->n_type & MachO::N_EXT))
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S3 # All rights reserved.

Completed in 387 milliseconds

1234567