Searched refs:toolname (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/ |
H A D | CMakeLists.txt | 80 macro(add_orc_tool toolname) 87 OrcRTTools "${toolname}-${arch}" "${arch}"
|
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | BugDriver.cpp | 78 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout, in BugDriver() argument 80 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver()
|
H A D | BugDriver.h | 64 BugDriver(const char *toolname, bool find_bugs, unsigned timeout,
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | srconv.c | 42 static char *toolname; variable 339 un.tool = toolname; in wr_un() 378 toolname = "C_H8/300"; in wr_hd() 384 toolname = "C_H8/300H"; in wr_hd() 390 toolname = "C_H8/300S"; in wr_hd() 406 toolname = "C_SH"; in wr_hd()
|
H A D | ChangeLog-9899 | 1889 (addrsize, toolname, rnames): New variables. 1891 (wr_un): Use toolname.
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | srconv.c | 42 static char *toolname; variable 343 un.tool = toolname; in wr_un() 382 toolname = "C_H8/300"; in wr_hd() 388 toolname = "C_H8/300H"; in wr_hd() 394 toolname = "C_H8/300S"; in wr_hd() 410 toolname = "C_SH"; in wr_hd()
|
H A D | ChangeLog-9899 | 1889 (addrsize, toolname, rnames): New variables. 1891 (wr_un): Use toolname.
|