| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceModuleData.cpp | 18 Module &Program = WorkItem.getModule(); in clearModuleData() local 20 if (!Program.getModuleIdentifier().empty() && !O.shouldKeep()) in clearModuleData() 21 Program.setModuleIdentifier(""); in clearModuleData() 22 if (!Program.getSourceFileName().empty() && !O.shouldKeep()) in clearModuleData() 23 Program.setSourceFileName(""); in clearModuleData() 25 if (!Program.getModuleInlineAsm().empty() && !O.shouldKeep()) in clearModuleData() 26 Program.setModuleInlineAsm(""); in clearModuleData()
|
| H A D | ReduceAliases.cpp | 25 static void extractAliasesFromModule(Oracle &O, ReducerWorkItem &Program) { in extractAliasesFromModule() argument 26 for (auto &GA : make_early_inc_range(Program.getModule().aliases())) { in extractAliasesFromModule() 34 static void extractIFuncsFromModule(Oracle &O, Module &Program) { in extractIFuncsFromModule() argument 36 for (GlobalIFunc &GI : Program.ifuncs()) { in extractIFuncsFromModule() 42 lowerGlobalIFuncUsersAsGlobalCtor(Program, IFuncs); in extractIFuncsFromModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | DXContainerYAML.cpp | 64 IO &IO, DXContainerYAML::DXILProgram &Program) { in mapping() argument 65 IO.mapRequired("MajorVersion", Program.MajorVersion); in mapping() 66 IO.mapRequired("MinorVersion", Program.MinorVersion); in mapping() 67 IO.mapRequired("ShaderKind", Program.ShaderKind); in mapping() 68 IO.mapOptional("Size", Program.Size); in mapping() 69 IO.mapRequired("DXILMajorVersion", Program.DXILMajorVersion); in mapping() 70 IO.mapRequired("DXILMinorVersion", Program.DXILMinorVersion); in mapping() 71 IO.mapOptional("DXILSize", Program.DXILSize); in mapping() 72 IO.mapOptional("DXIL", Program.DXIL); in mapping() 91 IO.mapOptional("Program", P.Program); in mapping()
|
| H A D | DXContainerEmitter.cpp | 130 if (!P.Program) in writeParts() 133 Header.MajorVersion = P.Program->MajorVersion; in writeParts() 134 Header.MinorVersion = P.Program->MinorVersion; in writeParts() 136 Header.ShaderKind = P.Program->ShaderKind; in writeParts() 138 Header.Bitcode.MajorVersion = P.Program->DXILMajorVersion; in writeParts() 139 Header.Bitcode.MinorVersion = P.Program->DXILMinorVersion; in writeParts() 143 if (P.Program->DXILOffset) in writeParts() 144 Header.Bitcode.Offset = *P.Program->DXILOffset; in writeParts() 148 if (P.Program->DXILSize) in writeParts() 149 Header.Bitcode.Size = *P.Program->DXILSize; in writeParts() [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
| H A D | BugDriver.cpp | 61 Program = std::move(M); in setNewProgram() 81 Program(nullptr), Interpreter(nullptr), SafeInterpreter(nullptr), in BugDriver() 122 std::unique_ptr<Module> OldProgram = std::move(Program); in swapProgramIn() 123 Program = std::move(M); in swapProgramIn() 133 assert(!Program && "Cannot call addSources multiple times!"); in addSources() 137 Program = parseInputFile(Filenames[0], Context); in addSources() 138 if (!Program) in addSources() 149 if (Linker::linkModules(*Program, std::move(M))) in addSources() 178 if (runPasses(*Program, PassesToRun)) in run() 188 if (Error E = compileProgram(*Program)) { in run() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Program.cpp | 25 static bool Execute(ProcessInfo &PI, StringRef Program, 32 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait() argument 41 if (Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteAndWait() 57 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait() argument 66 if (!Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteNoWait() 74 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits() argument 80 return commandLineFitsWithinSystemLimits(Program, StringRefArgs); in commandLineFitsWithinSystemLimits()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | TestRunner.cpp | 18 std::unique_ptr<ReducerWorkItem> Program, in TestRunner() argument 23 Program(std::move(Program)), TM(std::move(TM)), in TestRunner() 26 assert(this->Program && "Initialized with null program?"); in TestRunner() 65 EmitBitcode && !Program->isMIR() ? sys::fs::OF_None in writeOutput() 72 Program->writeOutput(Out, EmitBitcode); in writeOutput()
|
| /openbsd-src/sys/dev/microcode/tusb3410/ |
| H A D | tusb3410-license | 34 Unless otherwise stated, the Program written and copyrighted 36 only under TI's copyright in the Program, use and modify the 37 Program without any charge or restriction. You may 40 agrees to these terms by its first use of the Program. You 42 ownership on each copy or partial copy, of the Program. 44 You acknowledge and agree that the Program contains 49 rights in the Program, you agree not to decompile, reverse 51 versions of the Program to a human-readable form. You agree 53 copyright notice included in the Program. TI reserves all 60 You may not use the Program in non-TI devices.
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Program.cpp | 21 unsigned Program::getOrCreateNativePointer(const void *Ptr) { in getOrCreateNativePointer() 32 const void *Program::getNativePointer(unsigned Idx) { in getNativePointer() 36 unsigned Program::createGlobalString(const StringLiteral *S) { in createGlobalString() 99 Pointer Program::getPtrGlobal(unsigned Idx) { in getPtrGlobal() 104 std::optional<unsigned> Program::getGlobal(const ValueDecl *VD) { in getGlobal() 128 std::optional<unsigned> Program::getOrCreateGlobal(const ValueDecl *VD, in getOrCreateGlobal() 140 std::optional<unsigned> Program::getOrCreateDummy(const ParmVarDecl *PD) { in getOrCreateDummy() 159 std::optional<unsigned> Program::createGlobal(const ValueDecl *VD, in createGlobal() 178 std::optional<unsigned> Program::createGlobal(const Expr *E) { in createGlobal() 182 std::optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty, in createGlobal() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/include/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | COPYING | 74 under the terms of this General Public License. The "Program", below, 75 refers to any such program or work, and a "work based on the Program" 76 means either the Program or any derivative work under copyright law: 77 that is to say, a work containing the Program or a portion of it, 84 running the Program is not restricted, and the output from the Program 86 Program (independent of having been made by running the Program). 87 Whether that is true depends on what the Program does. 89 1. You may copy and distribute verbatim copies of the Program's 94 and give any other recipients of the Program a copy of this License 95 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/lib/libiberty/include/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/gcc/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | COPYING | 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 79 1. You may copy and distribute verbatim copies of the Program's 84 and give any other recipients of the Program a copy of this License 85 along with the Program. [all …]
|