Searched refs:Program (Results 51 - 75 of 94) sorted by relevance

1234

/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsToArgs.cpp177 Module &Program = WorkItem.getModule();
180 for (Function &F : make_early_inc_range(Program.functions())) {
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp26 #include "llvm/Support/Program.h"
51 /// This writes the current "Program" to the named bitcode file. If an error
88 /// This function is used to output the current Program to a file named
122 /// runPasses - Run the specified passes on Program, outputting a bitcode file
130 bool BugDriver::runPasses(Module &Program, argument
158 WriteBitcodeToFile(Program, OS, PreserveBitcodeUseListOrder);
H A DCrashDebugger.cpp99 OrigProgram = std::move(BD.Program);
101 BD.Program = parseInputFile(PrefixOutput, BD.getContext());
102 if (BD.Program == nullptr) {
118 BD.Program = std::move(OrigProgram);
1390 EmitProgressBitcode(*Program, ID);
H A DMiscompilation.cpp753 EmitProgressBitcode(*Program, "passinput");
1014 executeProgramSafely(*Program, "bugpoint.safe.out");
1027 DisambiguateGlobalSymbols(*Program);
H A DExtractFunction.cpp1 //===- ExtractFunction.cpp - Extract a function from Program --------------===//
87 std::unique_ptr<Module> Clone = CloneModule(*Program);
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp25 #include "llvm/Support/Program.h"
385 auto Program = llvm::sys::findProgramByName(Args[0]); local
386 if (std::error_code ec = Program.getError()) {
391 return llvm::sys::ExecuteAndWait(*Program, execArgs);
/openbsd-current/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp91 SmallString<255> Program = ProgName; local
92 sys::path::replace_extension(Program, "");
93 if (Program.endswith("ml64"))
/openbsd-current/gnu/llvm/llvm/tools/obj2yaml/
H A Ddxcontainer2yaml.cpp50 NewPart.Program = DXContainerYAML::DXILProgram{
/openbsd-current/gnu/usr.bin/clang/libclangAST/
H A DMakefile114 Program.cpp \
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.h49 /// Program to link to.
50 Program &P;
55 ByteCodeExprGen(Context &Ctx, Program &P, Tys &&... Args)
H A DByteCodeEmitter.cpp12 #include "Program.h"
154 static void emit(Program &P, std::vector<char> &Code, const T &Val,
H A DEvalEmitter.cpp13 #include "Program.h"
22 EvalEmitter::EvalEmitter(Context &Ctx, Program &P, State &Parent,
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DGraphWriter.h429 GraphProgram::Name Program = GraphProgram::DOT) {
435 DisplayGraph(Filename, false, Program);
/openbsd-current/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp219 /// @param Program This is either an absolute path, relative path, or simple a
224 static std::string FindProgram(const std::string &Program, argument
240 DWORD length = ::SearchPathA(NULL, Program.c_str(), Extension,
322 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
330 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
481 // Program is loading user32.dll, in the applications we are testing,
/openbsd-current/gnu/usr.bin/clang/libLLVMSupport/
H A DMakefile.shared99 Program.cpp \
H A DMakefile100 Program.cpp \
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCuda.cpp27 #include "llvm/Support/Program.h"
146 D.SysRoot + "/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v" +
930 std::string Program; local
932 Program = A->getValue();
934 Program = GetProgramPath("nvptx-arch");
936 auto StdoutOrErr = executeToolChainProgram(Program);
H A DAMDGPU.cpp754 std::string Program; local
756 Program = A->getValue();
758 Program = GetProgramPath("amdgpu-arch");
760 auto StdoutOrErr = executeToolChainProgram(Program);
/openbsd-current/usr.bin/libtool/LT/Mode/
H A DLink.pm201 require LT::Mode::Link::Program;
202 my $program = LT::Program->new;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp286 error(IO.mapInteger(DefRangeSubfield.Program));
297 error(IO.mapInteger(DefRange.Program));
H A DSymbolDumper.cpp364 auto ExpectedProgram = Strings.getString(DefRangeSubfield.Program);
370 W.printString("Program", *ExpectedProgram);
383 auto ExpectedProgram = Strings.getString(DefRange.Program);
389 W.printString("Program", *ExpectedProgram);
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h449 uint32_t Program = 0; member in class:llvm::codeview::DefRangeSym
470 uint32_t Program = 0; member in class:llvm::codeview::DefRangeSubfieldSym
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp400 IO.mapRequired("Program", Symbol.Program);
406 IO.mapRequired("Program", Symbol.Program);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Ddiagnostics.pm73 =head2 The I<splain> Program
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp639 Def.Program, Def.OffsetInParent, formatRange(Def.Range));
646 P.formatLine("program = {0}, range = {1}", Def.Program,

Completed in 422 milliseconds

1234