Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DToolRunner.h33 class LLC; variable
87 static LLC *createLLC(const char *Argv0, std::string &Message,
147 class LLC : public AbstractInterpreter {
154 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC() function
162 ~LLC() override { delete cc; } in ~LLC()
H A DToolRunner.cpp434 Expected<CC::FileType> LLC::OutputCode(const std::string &Bitcode, in OutputCode()
472 Error LLC::compileProgram(const std::string &Bitcode, unsigned Timeout, in compileProgram()
483 Expected<int> LLC::ExecuteProgram(const std::string &Bitcode, in ExecuteProgram()
508 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC()
526 return new LLC(*LLCPath, cc, Args, UseIntegratedAssembler); in createLLC()
/freebsd-12.1/sys/dev/mmc/
H A Dmmcbus_if.m36 # Association, SD Group, SD-3C LLC or other third parties.
43 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD
45 # right of the SD Group, SD-3C LLC, the SD Card Association or any third
48 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
49 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
H A Dmmcbr_if.m36 # Association, SD Group, SD-3C LLC or other third parties.
43 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD
45 # right of the SD Group, SD-3C LLC, the SD Card Association or any third
48 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
49 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
/freebsd-12.1/sys/dev/sdhci/
H A Dsdhci_if.m36 # Association, SD Group, SD-3C LLC or other third parties.
43 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD
45 # right of the SD Group, SD-3C LLC, the SD Card Association or any third
48 # SD Group, SD-3C LLC, the SD Card Association or any third party. Nothing
49 # herein shall be construed as an obligation by the SD Group, the SD-3C LLC
/freebsd-12.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-12.1/sys/gnu/dts/arm64/qcom/
H A Dpm8005.dtsi2 /* Copyright 2018 Google LLC. */
H A Dpm8998.dtsi2 /* Copyright 2018 Google LLC. */
/freebsd-12.1/contrib/libpcap/
H A Dgrammar.y337 %token LANE LLC METAC BCC SC ILMIC OAMF4EC OAMF4SC
630 pllc: LLC { $$ = gen_llc(cstate); }
631 | LLC ID { if (pcap_strcasecmp($2, "i") == 0)
652 | LLC PF_RNR { $$ = gen_llc_s_subtype(cstate, LLC_RNR); }
H A Dscanner.l355 llc return LLC;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp708 MachO::linkedit_data_command LLC = Obj->getLinkeditDataLoadCommand(Load); in printMachODataInCode() local
710 W.printNumber("Data offset", LLC.dataoff); in printMachODataInCode()
711 W.printNumber("Data size", LLC.datasize); in printMachODataInCode()
713 unsigned NumRegions = LLC.datasize / sizeof(MachO::data_in_code_entry); in printMachODataInCode()
716 LLC.dataoff, i); in printMachODataInCode()
/freebsd-12.1/contrib/gcc/config/
H A Dvxworks.opt4 ; Contributed by CodeSourcery, LLC.
/freebsd-12.1/share/dict/
H A Dfreebsd98 LLC
/freebsd-12.1/contrib/tcpdump/
H A DCHANGES173 ClassicalIPoATM: Add a bounds check on LLC+SNAP header (Fix a heap overflow)
207 LLC/SNAP: With -e, print the LLC header before the SNAP header; without it, cut the SNAP header
208 LLC: Add a bounds check (Fix a heap overflow)
209 LLC: Clean up printing of LLC packets
210 LLC: Fix the printing of RFC 948-style IP packets
211 LLC: Skip the LLC and SNAP headers with -x for 802.11 and some other protocols
309 fixes to LLC header printing, and RFC948-style IP packets
735 print-llc.c - strings for LLC names added.
800 LLC SAP support for FDDI/token ring/RFC-1483 style ATM
836 LLC frames with a DSAP and LSAP of 0xe0 are IPX frames.
H A DINSTALL.txt83 llc.h - LLC definitions
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm926ejs.md3 ;; Written by CodeSourcery, LLC.
H A Darm-cores.def3 Written by CodeSourcery, LLC
H A Darm1026ejs.md3 ;; Written by CodeSourcery, LLC.
H A Darm1136jfs.md3 ;; Written by CodeSourcery, LLC.
H A Dvfp.md3 ;; Written by CodeSourcery, LLC.
/freebsd-12.1/sys/gnu/dts/arm/
H A Dam335x-lxm.dts2 * Copyright (C) 2014 NovaTech LLC - http://www.novatechweb.com
H A Dam335x-osd3358-sm-red.dts2 /* Copyright (C) 2018 Octavo Systems LLC - http://www.octavosystems.com/
/freebsd-12.1/sys/dts/arm/
H A Dufw.dts2 * Copyright (c) 2016, 2017 Rubicon Communications, LLC (Netgate)
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dsniffer151 >20 belong 169 (GPRS LLC
/freebsd-12.1/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1613 MachO::linkedit_data_command LLC = in dumpSymbolNamesFromObject() local
1616 MachO->ReadULEB128s(LLC.dataoff, FoundFns); in dumpSymbolNamesFromObject()

12