Searched refs:tools (Results 151 - 175 of 209) sorted by relevance

123456789

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp17 using namespace clang::driver::tools;
H A DHLSL.cpp16 using namespace clang::driver::tools;
H A DClang.h25 namespace tools { namespace in namespace:clang::driver
196 } // end namespace tools
H A DWebAssembly.cpp24 using namespace clang::driver::tools;
466 return new tools::wasm::Linker(*this);
H A DCommonArgs.h24 namespace tools { namespace in namespace:clang::driver
227 } // end namespace tools
H A DFlang.cpp18 using namespace clang::driver::tools;
H A DHexagon.cpp23 using namespace clang::driver::tools;
191 // Hexagon tools start.
502 // Hexagon tools end.
631 return new tools::hexagon::Assembler(*this);
635 return new tools::hexagon::Linker(*this);
H A DMSVC.cpp44 using namespace clang::driver::tools;
439 return new tools::visualstudio::Linker(*this);
444 return new tools::darwin::Assembler(*this);
/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc11 * compiler (instrumentation), and host tools (reader/writer). The entities
425 * represent profile data in host tools (reader, writer, and profile-use)
/openbsd-current/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc11 * compiler (instrumentation), and host tools (reader/writer). The entities
425 * represent profile data in host tools (reader, writer, and profile-use)
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp20 using namespace clang::driver::tools;
H A DMips.cpp18 using namespace clang::driver::tools;
135 tools::mips::getMipsCPUAndABI(Args, Triple, CPUName, ABIName);
142 // Convert ABI name to the GNU tools acceptable variant.
H A DRISCV.cpp24 using namespace clang::driver::tools;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dacknowledgements.pl56 Excluding auto-generated files, documentation and release tools, there
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm792 Test2::API - Primary interface for writing Test2 based testing tools.
817 tools. Using these building blocks you can begin writing test tools very
818 quickly. You are also provided with tools that help you to test the tools you
973 If you do not do this, then tools you call that also check for a context will
1127 tools run inside the block will get a completely new context if they acquire
1128 one. The new context will be inherited by tools nested below the one that
1398 and tools built on top of it.
/openbsd-current/gnu/gcc/gcc/config/mmix/
H A Dcrti.asm36 % binutils tools. Users of mmixal beware; you will sometimes have to
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dcrti.asm36 % binutils tools. Users of mmixal beware; you will sometimes have to
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp68 or by L<Module::Build> or other Perl module build tools.
/openbsd-current/gnu/usr.bin/texinfo/info/
H A DMakefile.in508 @echo "it deletes files that may require special tools to rebuild."
/openbsd-current/gnu/gcc/gcc/doc/
H A Dmakefile.texi47 that additional tools may be required beyond what is normally needed to
78 Note that running the testsuite may require additional tools be
/openbsd-current/gnu/usr.bin/texinfo/djgpp/
H A Dconfig.bat186 Rem Recreate the files in the %XSRC%/po subdir with our ported tools.
199 echo Needed libs/tools for NLS not found. Configuring without NLS.
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DHistory.pm81 a list of authoring tools
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DV2.pm207 tools, plugins, and other extensions.
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h349 /// exposed in API for tools that want to display and annotate the
803 static std::string getBuildTool(uint32_t tools) { argument
804 switch (tools) {
811 ss << format_hex(tools, 8, true);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm176 This class is intended for people who with to verify the results of test tools
180 The output of these operations makes verifying your testing tools and the
372 L<Test::More> and many other legacy tools would send notes, diags, and

Completed in 420 milliseconds

123456789