| /freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ToolRunner.h | 32 class LLC; variable 86 static LLC *createLLC(const char *Argv0, std::string &Message, 146 class LLC : public AbstractInterpreter { 153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC() function 161 ~LLC() override { delete cc; } in ~LLC()
|
| H A D | ToolRunner.cpp | 433 Expected<CC::FileType> LLC::OutputCode(const std::string &Bitcode, in OutputCode() 471 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, in compileProgram() 482 Expected<int> LLC::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram() 507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC() 525 return new LLC(*LLCPath, cc, Args, UseIntegratedAssembler); in createLLC()
|
| /freebsd-13.1/sys/contrib/openzfs/ |
| H A D | NOTICE | 6 Livermore National Security, LLC, nor any of their employees makes any warranty, 13 States Government or Lawrence Livermore National Security, LLC. The views and 15 of the United States Government or Lawrence Livermore National Security, LLC,
|
| /freebsd-13.1/sys/dev/mmc/ |
| H A D | mmcbus_if.m | 35 # Association, SD Group, SD-3C LLC or other third parties. 42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 48 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
|
| H A D | mmcbr_if.m | 35 # Association, SD Group, SD-3C LLC or other third parties. 42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 48 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
|
| /freebsd-13.1/sys/dev/sdhci/ |
| H A D | sdhci_if.m | 35 # Association, SD Group, SD-3C LLC or other third parties. 42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD 44 # right of the SD Group, SD-3C LLC, the SD Card Association or any third 47 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing 48 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
|
| /freebsd-13.1/sys/contrib/ck/include/ |
| H A D | ck_cohort.h | 53 #define CK_COHORT_TRYLOCK(N, C, GLC, LLC, LUC) ck_cohort_##N##_trylock(C, GLC, LLC, LUC) argument
|
| /freebsd-13.1/secure/caroot/trusted/ |
| H A D | GTS_Root_R3.pem | 21 Issuer: C = US, O = Google Trust Services LLC, CN = GTS Root R3 25 Subject: C = US, O = Google Trust Services LLC, CN = GTS Root R3
|
| H A D | GTS_Root_R4.pem | 21 Issuer: C = US, O = Google Trust Services LLC, CN = GTS Root R4 25 Subject: C = US, O = Google Trust Services LLC, CN = GTS Root R4
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mm-beacon-kit.dts | 3 * Copyright 2020 Compass Electronics Group, LLC
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8183-kukui-krane-sku176.dts | 3 * Copyright 2019 Google LLC
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a774a1-beacon-rzg2m-kit.dts | 3 * Copyright 2020, Compass Electronics Group, LLC
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | pm8005.dtsi | 2 /* Copyright 2018 Google LLC. */
|
| H A D | sdm845-cheza-r3.dts | 5 * Copyright 2018 Google LLC.
|
| H A D | pm8998.dtsi | 2 /* Copyright 2018 Google LLC. */
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/ |
| H A D | io.cfg | 17 # Copyright (c) 2018 by Lawrence Livermore National Security, LLC.
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/deadman/ |
| H A D | deadman.cfg | 23 # Copyright (c) 2018 by Lawrence Livermore National Security, LLC.
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
| H A D | mmp.cfg | 17 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC.
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
| H A D | xattr.cfg | 23 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC.
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | zpool_script.shlib | 5 # Copyright (c) 2017 Lawrence Livermore National Security, LLC.
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/ |
| H A D | events.cfg | 23 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC.
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | grammar.y | 341 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC 640 pllc: LLC { CHECK_PTR_VAL(($$ = gen_llc(cstate))); } 641 | LLC ID { CHECK_PTR_VAL($2); 665 | LLC PF_RNR { CHECK_PTR_VAL(($$ = gen_llc_s_subtype(cstate, LLC_RNR))); }
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 730 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); in printMachODataInCode() local 732 W.printNumber("Data offset", LLC.dataoff); in printMachODataInCode() 733 W.printNumber("Data size", LLC.datasize); in printMachODataInCode() 735 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry); in printMachODataInCode() 738 LLC.dataoff, i); in printMachODataInCode()
|
| /freebsd-13.1/tests/sys/net/ |
| H A D | stp.py | 60 / sp.LLC()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | README.md | 109 * The FMD Modules port was produced by Intel Federal, LLC under award 111 Federal, LLC.
|