| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | CommonArgs.h | 26 void addPathIfExists(const Driver &D, const Twine &Path, 51 void AddRunTimeLibs(const ToolChain &TC, const Driver &D, 62 void AddStaticDeviceLibsPostLinking(const Driver &D, 68 const InputInfoList *Inputs, const Driver &D, 74 bool SDLSearch(const Driver &D, const llvm::opt::ArgList &DriverArgs, 80 bool GetSDLFromOffloadArchive(Compilation &C, const Driver &D, const Tool &T, 154 const Driver &D); 174 std::string getCPUName(const Driver &D, const llvm::opt::ArgList &Args, 177 void getTargetFeatures(const Driver &D, const llvm::Triple &Triple, 199 const InputInfo &Input, const Driver &D); [all …]
|
| H A D | Cuda.h | 29 const Driver &D; 43 CudaInstallationDetector(const Driver &D, const llvm::Triple &HostTriple, 123 void getNVPTXTargetFeatures(const Driver &D, const llvm::Triple &Triple, 134 NVPTXToolChain(const Driver &D, const llvm::Triple &Triple, 138 NVPTXToolChain(const Driver &D, const llvm::Triple &Triple, 175 CudaToolChain(const Driver &D, const llvm::Triple &Triple, 213 computeMSVCVersion(const Driver *D,
|
| H A D | PPCLinux.h | 20 PPCLinuxToolChain(const Driver &D, const llvm::Triple &Triple, 28 bool SupportIEEEFloat128(const Driver &D, const llvm::Triple &Triple, 30 bool supportIBMLongDouble(const Driver &D,
|
| H A D | PPCLinux.cpp | 46 PPCLinuxToolChain::PPCLinuxToolChain(const Driver &D, in PPCLinuxToolChain() 64 const Driver &D = getDriver(); in AddClangSystemIncludeArgs() 74 const Driver &D, const llvm::opt::ArgList &Args) const { in supportIBMLongDouble() 86 const Driver &D, const llvm::Triple &Triple, in SupportIEEEFloat128()
|
| H A D | Gnu.h | 33 bool findMIPSMultilibs(const Driver &D, const llvm::Triple &TargetTriple, 194 const Driver &D; 219 explicit GCCInstallationDetector(const Driver &D) : IsValid(false), D(D) {} in GCCInstallationDetector() 293 Generic_GCC(const Driver &D, const llvm::Triple &Triple, 324 void AddMultilibPaths(const Driver &D, const std::string &SysRoot, 328 void AddMultiarchPaths(const Driver &D, const std::string &SysRoot, 367 Generic_ELF(const Driver &D, const llvm::Triple &Triple, in Generic_ELF()
|
| H A D | AIX.cpp | 106 const Driver &D = ToolChain.getDriver(); in ConstructJob() 250 case Driver::OMPRT_OMP: in ConstructJob() 253 case Driver::OMPRT_IOMP5: in ConstructJob() 256 case Driver::OMPRT_GOMP: in ConstructJob() 259 case Driver::OMPRT_Unknown: in ConstructJob() 288 AIX::AIX(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in AIX() 313 const Driver &D = getDriver(); in AddClangSystemIncludeArgs()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/ |
| H A D | Driver.t | 4 use Test2::IPC::Driver::Files; 9 Test2::IPC::Driver::Files->import(); 10 Test2::IPC::Driver::Files->import(); 11 Test2::IPC::Driver::Files->import(); 15 ['Test2::IPC::Driver::Files'], 16 "Driver not added multiple times" 20 my $one = Test2::IPC::Driver->new; 31 my $one = Test2::IPC::Driver->new(no_fatal => 1);
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | driver.cpp | 261 static bool SetBackdoorDriverOutputsFromEnvVars(Driver &TheDriver) { in SetBackdoorDriverOutputsFromEnvVars() 323 Driver &TheDriver, bool CanonicalPrefixes) { in SetInstallDir() 516 Driver TheDriver(Path, llvm::sys::getDefaultTargetTriple(), Diags); in clang_main() 534 Driver::ReproLevel ReproLevel = Driver::ReproLevel::OnCrash; in clang_main() 537 llvm::StringSwitch<std::optional<Driver::ReproLevel>>(A->getValue()) in clang_main() 538 .Case("off", Driver::ReproLevel::Off) in clang_main() 539 .Case("crash", Driver::ReproLevel::OnCrash) in clang_main() 540 .Case("error", Driver::ReproLevel::OnError) in clang_main() 541 .Case("always", Driver::ReproLevel::Always) in clang_main() 551 ReproLevel = Driver::ReproLevel::Always; in clang_main() [all …]
|
| H A D | cc1gen_reproducer_main.cpp | 112 static std::optional<driver::Driver::CompilationDiagnosticReport> 123 Driver TheDriver(Argv[0], llvm::sys::getDefaultTargetTriple(), Diags); in generateReproducerForInvocationArguments() 130 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments() 145 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation() 184 std::optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main()
|
| /openbsd-src/gnu/usr.bin/clang/libclangDriver/ |
| H A D | Makefile | 8 CPPFLAGS+= -I${CLANG_SRCS}/lib/Driver 16 Driver.cpp \ 93 .PATH: ${.CURDIR}/../../../llvm/clang/lib/Driver 94 .PATH: ${.CURDIR}/../../../llvm/clang/lib/Driver/ToolChains 95 .PATH: ${.CURDIR}/../../../llvm/clang/lib/Driver/ToolChains/Arch
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.h | 53 FloatABI getARMFloatABI(const Driver &D, const llvm::Triple &Triple, 55 void setFloatABIInTriple(const Driver &D, const llvm::opt::ArgList &Args, 58 ReadTPMode getReadTPMode(const Driver &D, const llvm::opt::ArgList &Args, 60 void setArchNameInTriple(const Driver &D, const llvm::opt::ArgList &Args, 67 void getARMTargetFeatures(const Driver &D, const llvm::Triple &Triple,
|
| H A D | Sparc.h | 29 FloatABI getSparcFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 31 std::string getSparcTargetCPU(const Driver &D, const llvm::opt::ArgList &Args, 34 void getSparcTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
|
| H A D | CSKY.h | 31 FloatABI getCSKYFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 33 void getCSKYTargetFeatures(const Driver &D, const llvm::Triple &Triple, 38 std::optional<llvm::StringRef> getCSKYArchName(const Driver &D,
|
| H A D | PPC.h | 36 FloatABI getPPCFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 43 ReadGOTPtrMode getPPCReadGOTPtrMode(const Driver &D, const llvm::Triple &Triple, 46 void getPPCTargetFeatures(const Driver &D, const llvm::Triple &Triple,
|
| H A D | Mips.h | 37 void getMIPSTargetFeatures(const Driver &D, const llvm::Triple &Triple, 41 mips::FloatABI getMipsFloatABI(const Driver &D, const llvm::opt::ArgList &Args, 47 bool isNaN2008(const Driver &D, const llvm::opt::ArgList &Args,
|
| H A D | LoongArch.h | 20 void getLoongArchTargetFeatures(const Driver &D, const llvm::Triple &Triple, 24 StringRef getLoongArchABI(const Driver &D, const llvm::opt::ArgList &Args,
|
| H A D | X86.h | 24 std::string getX86TargetCPU(const Driver &D, const llvm::opt::ArgList &Args, 27 void getX86TargetFeatures(const Driver &D, const llvm::Triple &Triple,
|
| H A D | SystemZ.h | 28 FloatABI getSystemZFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 32 void getSystemZTargetFeatures(const Driver &D, const llvm::opt::ArgList &Args,
|
| H A D | M68k.h | 29 FloatABI getM68kFloatABI(const Driver &D, const llvm::opt::ArgList &Args); 33 void getM68kTargetFeatures(const Driver &D, const llvm::Triple &Triple,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/IPC/Driver/ |
| H A D | Files.t | 40 require Test2::IPC::Driver::Files; 41 ok(my $ipc = Test2::IPC::Driver::Files->new, "Created an IPC instance"); 42 ok($ipc->isa('Test2::IPC::Driver::Files'), "Correct type"); 43 ok($ipc->isa('Test2::IPC::Driver'), "inheritance"); 103 my $ipc = Test2::IPC::Driver::Files->new(); 107 my $ipc_thread_clone = bless {%$ipc}, 'Test2::IPC::Driver::Files'; 112 my $ipc_fork_clone = bless {%$ipc}, 'Test2::IPC::Driver::Files'; 118 $ipc_thread_clone = bless {%$ipc}, 'Test2::IPC::Driver::Files'; 123 $ipc_fork_clone = bless {%$ipc}, 'Test2::IPC::Driver::Files'; 134 local *Test2::IPC::Driver [all...] |
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Driver/ |
| H A D | BUILD.gn | 1 static_library("Driver") { 8 # Driver doesn't depend on StaticAnalyzer and the other way round, but 9 # as of clang r311958 Driver does depend on StaticAnalyzer/Checkers's 26 "//clang/include/clang/Driver:Options", 36 "Driver.cpp",
|
| /openbsd-src/gnu/llvm/lldb/tools/driver/ |
| H A D | Driver.h | 27 class Driver : public lldb::SBBroadcaster { 35 Driver(); 37 virtual ~Driver();
|
| H A D | Driver.cpp | 93 static Driver *g_driver = nullptr; 104 Driver::Driver() in Driver() function in Driver 112 Driver::~Driver() { in ~Driver() 117 void Driver::OptionData::AddInitialCommand(std::string command, in AddInitialCommand() 149 void Driver::WriteCommandsForSourcing(CommandPlacement placement, in WriteCommandsForSourcing() 181 SBError Driver::ProcessArgs(const opt::InputArgList &args, bool &exiting) { in ProcessArgs() 430 int Driver::MainLoop() { in MainLoop() 646 void Driver::ResizeWindow(unsigned short col) { in ResizeWindow() 811 Driver driver; in main()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Types.h | 21 class Driver; variable 119 getCompilationPhases(const clang::driver::Driver &Driver,
|
| /openbsd-src/gnu/usr.bin/clang/libclangDriverArch/ |
| H A D | Makefile | 8 CPPFLAGS+= -I${CLANG_SRCS}/lib/Driver 20 .PATH: ${.CURDIR}/../../../llvm/clang/lib/Driver/ToolChains/Arch
|