Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp32 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait() argument
57 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait() argument
74 commandLineFitsWithinSystemLimits(StringRef Program,ArrayRef<const char * > Args) commandLineFitsWithinSystemLimits() argument
[all...]
/freebsd-src/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.h48 std::unique_ptr<Module> Program; // The raw program, linked together variable
H A DOptimizerDriver.cpp130 bool BugDriver::runPasses(Module &Program, in runPasses()
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h30 class Program; variable
H A DEvalEmitter.h27 class Program; variable
H A DProgram.h42 Program(Context &Ctx) : Ctx(Ctx) {} Program() function
H A DRecord.h22 class Program; variable
H A DFunction.h26 class Program; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp95 mapping(IO & IO,DXContainerYAML::DXILProgram & Program) mapping() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h153 std::optional<DXILProgram> Program; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp954 std::string Program; getSystemGPUArchs() local
H A DAMDGPU.cpp858 std::string Program; getSystemGPUArchs() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h470 uint32_t Program = 0; variable
491 uint32_t Program = 0; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1029 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo() local