Home
last modified time | relevance | path

Searched defs:Program (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp32 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait()
57 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait()
74 bool sys::commandLineFitsWithinSystemLimits(StringRef Program, in commandLineFitsWithinSystemLimits()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp282 Expected<std::string> BugDriver::executeProgram(const Module &Program, in executeProgram()
370 BugDriver::executeProgramSafely(const Module &Program, in executeProgramSafely()
427 Expected<bool> BugDriver::diffProgram(const Module &Program, in diffProgram()
H A DBugDriver.h52 std::unique_ptr<Module> Program; // The raw program, linked together variable
H A DOptimizerDriver.cpp130 bool BugDriver::runPasses(Module &Program, in runPasses()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h32 class Program; variable
H A DEvalEmitter.h31 class Program; variable
H A DFunction.h25 class Program; variable
H A DRecord.h20 class Program; variable
H A DProgram.h45 Program(Context &Ctx) : Ctx(Ctx) {} in Program() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h450 uint32_t Program = 0; variable
471 uint32_t Program = 0; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp740 std::string Program; in detectSystemGPUs() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1132 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo() local