Home
last modified time | relevance | path

Searched refs:LLC (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h32 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 DToolRunner.cpp433 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 DNOTICE6 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 Dmmcbus_if.m35 # 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 Dmmcbr_if.m35 # 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 Dsdhci_if.m35 # 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 Dck_cohort.h53 #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 DGTS_Root_R3.pem21 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 DGTS_Root_R4.pem21 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 Dimx8mm-beacon-kit.dts3 * Copyright 2020 Compass Electronics Group, LLC
/freebsd-13.1/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8183-kukui-krane-sku176.dts3 * Copyright 2019 Google LLC
/freebsd-13.1/sys/contrib/device-tree/src/arm64/renesas/
H A Dr8a774a1-beacon-rzg2m-kit.dts3 * Copyright 2020, Compass Electronics Group, LLC
/freebsd-13.1/sys/contrib/device-tree/src/arm64/qcom/
H A Dpm8005.dtsi2 /* Copyright 2018 Google LLC. */
H A Dsdm845-cheza-r3.dts5 * Copyright 2018 Google LLC.
H A Dpm8998.dtsi2 /* Copyright 2018 Google LLC. */
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/
H A Dio.cfg17 # Copyright (c) 2018 by Lawrence Livermore National Security, LLC.
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/deadman/
H A Ddeadman.cfg23 # Copyright (c) 2018 by Lawrence Livermore National Security, LLC.
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.cfg17 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC.
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr.cfg23 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC.
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dzpool_script.shlib5 # Copyright (c) 2017 Lawrence Livermore National Security, LLC.
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Devents.cfg23 # Copyright (c) 2017 by Lawrence Livermore National Security, LLC.
/freebsd-13.1/contrib/libpcap/
H A Dgrammar.y341 %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 DMachODumper.cpp730 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 Dstp.py60 / sp.LLC()
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md109 * The FMD Modules port was produced by Intel Federal, LLC under award
111 Federal, LLC.

123