| /freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/ |
| HD | Miscompilation.cpp | 699 std::unique_ptr<Module> Safe) { in TestOptimizer() argument 718 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer() 780 Module *Safe) { in CleanupAndPrepareModules() argument 791 if (Function *oldMain = Safe->getFunction("main")) in CleanupAndPrepareModules() 815 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain); in CleanupAndPrepareModules() 819 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules() 829 FunctionCallee resolverFunc = Safe->getOrInsertFunction( in CleanupAndPrepareModules() 830 "getPointerToNamedFunction", Type::getInt8PtrTy(Safe->getContext()), in CleanupAndPrepareModules() 831 Type::getInt8PtrTy(Safe->getContext())); in CleanupAndPrepareModules() 834 for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) { in CleanupAndPrepareModules() [all …]
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | pwsafe | 6 # Password Safe 14 0 string PWS3 Password Safe V3 database
|
| HD | keepass | 6 # Keepass Password Safe:
|
| /freebsd-11-stable/stand/forth/ |
| HD | menu.rc | 121 set optionsmenu_caption[4]="Safe [M]ode... off" 122 set optionstoggled_text[4]="Safe [M]ode... On" 125 set optionsansi_caption[4]="Safe ^[1mM^[mode... ^[34;1mOff^[m" 126 set optionstoggled_ansi[4]="Safe ^[1mM^[mode... ^[32;7mOn^[m"
|
| HD | menu-commands.4th | 117 \ Safe Mode
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | GVNHoist.cpp | 598 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() argument 606 Safe.push_back(CHI); in checkSafety() 610 Safe.push_back(CHI); in checkSafety() 715 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local 720 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates() 723 if (valueAnticipable(make_range(Safe.begin(), Safe.end()), TI)) { in findHoistableCandidates() 726 for (auto B : Safe) in findHoistableCandidates()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | ArgumentPromotion.cpp | 536 std::set<IndicesVector> &Safe) { in markIndicesSafe() argument 538 Low = Safe.upper_bound(ToMark); in markIndicesSafe() 540 if (Low != Safe.begin()) in markIndicesSafe() 545 if (Low != Safe.end()) { in markIndicesSafe() 555 Low = Safe.insert(Low, ToMark); in markIndicesSafe() 558 std::set<IndicesVector>::iterator End = Safe.end(); in markIndicesSafe() 562 Safe.erase(Remove); in markIndicesSafe()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | LoopAccessAnalysis.h | 105 Safe, enumerator 180 Status(VectorizationSafetyStatus::Safe), RecordDependences(true) {} in MemoryDepChecker() 209 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
|
| /freebsd-11-stable/share/doc/papers/ |
| HD | bsdreferences.bib | 108 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 128 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine}, 148 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine},
|
| /freebsd-11-stable/contrib/sendmail/test/ |
| HD | Results | 115 The following are the results of running t_pathconf.c. Safe means that 126 Safe Filesystem Unsafe Filesystem
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | LoadStoreVectorizer.cpp | 449 bool Safe = false; in lookThroughComplexAddresses() local 456 Safe = cast<BinaryOperator>(OpB)->hasNoSignedWrap(); in lookThroughComplexAddresses() 458 Safe = cast<BinaryOperator>(OpB)->hasNoUnsignedWrap(); in lookThroughComplexAddresses() 467 if (!Safe) { in lookThroughComplexAddresses()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | SafeStack.cpp | 243 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local 255 << " " << (Safe ? "safe" : "unsafe") << "\n"); in IsAccessSafe() 257 return Safe; in IsAccessSafe()
|
| HD | MachineLICM.cpp | 587 bool Safe = true; in HoistRegionPostRA() local 597 Safe = false; in HoistRegionPostRA() 601 if (Safe) in HoistRegionPostRA()
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | Config.h | 44 enum class ICFLevel { None, Safe, All }; enumerator
|
| HD | Driver.cpp | 620 return ICFLevel::Safe; in getICF() 1484 if (config->icf == ICFLevel::Safe || !(d->section->flags & SHF_EXECINSTR)) in markAddrsig()
|
| HD | InputFiles.cpp | 570 else if (config->icf == ICFLevel::Safe) in initializeSections()
|
| /freebsd-11-stable/contrib/llvm-project/lld/docs/ |
| HD | windows_support.rst | 51 Safe Structured Exception Handler (SEH)
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Sanitizers.def | 126 // Safe Stack
|
| /freebsd-11-stable/contrib/llvm-project/lld/COFF/ |
| HD | Options.td | 169 "Produce an image with Safe Exception Handler (only for x86)", 170 "Don't produce an image with Safe Exception Handler">;
|
| /freebsd-11-stable/contrib/libucl/doc/ |
| HD | api.md | 407 ## Safe iterators API 409 Safe iterators are defined to clarify iterating over UCL objects and simplify flattening of UCL obj… 411 such an object. Safe iterators are desinged to define two sorts of iteration:
|
| /freebsd-11-stable/contrib/mdocml/ |
| HD | lib.in | 114 LINE("libsbuf", "Safe String Composition Library (libsbuf, \\-lsbuf)")
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Attributes.td | 145 /// Safe Stack protection.
|
| /freebsd-11-stable/crypto/heimdal/lib/asn1/ |
| HD | krb5.asn1 | 104 krb-safe(20), -- Safe (checksummed) application message
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64.td | 336 "true", "Enable Speculative Store Bypass Safe bit" >;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | LoopAccessAnalysis.cpp | 1242 return VectorizationSafetyStatus::Safe; in isSafeForVectorization()
|