| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Target.h | 45 template <class LP> TargetInfo(LP) { in TargetInfo() argument 48 magic = LP::magic; in TargetInfo() 49 pageZeroSize = LP::pageZeroSize; in TargetInfo() 50 headerSize = sizeof(typename LP::mach_header); in TargetInfo() 51 wordSize = LP::wordSize; in TargetInfo() 52 p2WordSize = llvm::CTLog2<LP::wordSize>(); in TargetInfo()
|
| H A D | Writer.cpp | 52 template <class LP> void createOutputSections(); 53 template <class LP> void createLoadCommands(); 66 template <class LP> void run(); 220 template <class LP> class LCSegment final : public LoadCommand { 225 return sizeof(typename LP::segment_command) + in getSize() 226 seg->numNonHiddenSections() * sizeof(typename LP::section); in getSize() 230 using SegmentCommand = typename LP::segment_command; in writeTo() 231 using SectionHeader = typename LP::section; in writeTo() 236 c->cmd = LP::segmentLCType; in writeTo() 569 template <class LP> class LCEncryptionInfo final : public LoadCommand { [all …]
|
| H A D | InputFiles.h | 167 template <class LP> void parse(); 168 template <class LP> 191 template <class LP> void parseLazy(); 193 template <class LP> 194 void parseSymbols(ArrayRef<typename LP::section> sectionHeaders, 195 ArrayRef<typename LP::nlist> nList, const char *strtab,
|
| H A D | InputFiles.cpp | 796 template <class LP> 797 void ObjFile::parseSymbols(ArrayRef<typename LP::section> sectionHeaders, in parseSymbols() 798 ArrayRef<typename LP::nlist> nList, in parseSymbols() 800 using NList = typename LP::nlist; in parseSymbols() 951 template <class LP> 953 using Header = typename LP::mach_header; in parseLinkerOptions() 984 template <class LP> void ObjFile::parse() { in parse() 985 using Header = typename LP::mach_header; in parse() 986 using SegmentCommand = typename LP::segment_command; in parse() 987 using SectionHeader = typename LP::section; in parse() [all …]
|
| H A D | Writer.h | 27 template <class LP> void writeResult();
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionSplitter.cpp | 198 for (const MachineBasicBlock *LP : LandingPads) { in runOnMachineFunction() local 199 if (!isColdBlock(*LP, MBFI, PSI) || !TII.isMBBSafeToSplitToCold(*LP)) in runOnMachineFunction() 203 for (MachineBasicBlock *LP : LandingPads) in runOnMachineFunction() 204 LP->setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
|
| H A D | DwarfEHPrepare.cpp | 138 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local 139 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes() 180 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local 181 if (LP->isCleanup()) in InsertUnwindResumeCalls() 182 CleanupLPads.push_back(LP); in InsertUnwindResumeCalls() 203 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local 204 if (LP->isCleanup()) in InsertUnwindResumeCalls()
|
| H A D | MachineFunction.cpp | 816 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local 817 if (LP.LandingPadBlock == LandingPad) in getOrCreateLandingPadInfo() 818 return LP; in getOrCreateLandingPadInfo() 827 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addInvoke() local 828 LP.BeginLabels.push_back(BeginLabel); in addInvoke() 829 LP.EndLabels.push_back(EndLabel); in addInvoke() 834 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addLandingPad() local 835 LP.LandingPadLabel = LandingPadLabel; in addLandingPad() 843 LP.TypeIds.push_back(0); in addLandingPad() 851 LP.TypeIds.push_back( in addLandingPad() [all …]
|
| /freebsd/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64Common.h | 22 template <class LP> ARM64Common(LP lp) : TargetInfo(lp) {} in ARM64Common() 122 template <class LP> 136 in.got->addr + in.stubHelper->stubBinder->gotIndex * LP::wordSize; in writeStubHelperHeader() 155 template <class LP> 171 uint64_t gotOffset = msgSendIndex * LP::wordSize; in writeObjCMsgSendFastStub() 181 template <class LP>
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am62x-sk-hdmi-audio.dtso | 3 * Audio playback via HDMI for AM625-SK and AM62-LP SK. 7 * AM62-LP SK: https://www.ti.com/tool/SK-AM62-LP
|
| H A D | k3-am62-lp-sk.dts | 3 * AM62x LP SK: https://www.ti.com/tool/SK-AM62-LP 14 model = "Texas Instruments AM62x LP SK";
|
| /freebsd/usr.sbin/newsyslog/newsyslog.conf.d/ |
| H A D | Makefile | 10 CONFGROUPS+= LP 11 LP+= lpr.conf
|
| /freebsd/usr.sbin/syslogd/ |
| H A D | Makefile | 34 CONFGROUPS+= LP 35 LP+= lpr.conf
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopPass.h | 100 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local 101 return LP; in getContainedPass()
|
| /freebsd/sys/contrib/device-tree/Bindings/spi/ |
| H A D | icpdas-lp8841-spi-rtc.txt | 1 * ICP DAS LP-8841 SPI Controller for RTC 3 ICP DAS LP-8841 contains a DS-1302 RTC. RTC is connected to an IO
|
| /freebsd/contrib/elftoolchain/ar/ |
| H A D | acpyacc.y | 105 %token LP 167 : ADDLIB FNAME LP mod_list RP { arscp_addlib($2, $4); } 189 | DIRECTORY FNAME LP mod_list RP { arscp_dir($2, $4, NULL); } 190 | DIRECTORY FNAME LP mod_list RP FNAME { arscp_dir($2, $4, $6); }
|
| H A D | acplex.l | 68 "(" { return (LP); }
|
| /freebsd/usr.bin/ar/ |
| H A D | acpyacc.y | 102 %token LP 164 : ADDLIB FNAME LP mod_list RP { arscp_addlib($2, $4); } 186 | DIRECTORY FNAME LP mod_list RP { arscp_dir($2, $4, NULL); } 187 | DIRECTORY FNAME LP mod_list RP FNAME { arscp_dir($2, $4, $6); }
|
| /freebsd/share/man/man5/ |
| H A D | Makefile | 78 MANGROUPS.${MK_LPR}+= LP 80 LP= hosts.lpd.5 macro
|
| /freebsd/crypto/openssl/test/recipes/15-test_ecparam_data/valid/ |
| H A D | c2pnb304w1-explicit.pem | 5 LP+9ej64tv7DXH/Wfybd9ihaZE90CiYU4Z++t24NoXFRfs9AG1Aom/AUEDKIUnqb
|
| /freebsd/contrib/bearssl/conf/ |
| H A D | Unix.mk | 13 LP = lib
|
| H A D | Win.mk | 13 LP =
|
| /freebsd/contrib/bearssl/mk/ |
| H A D | Defaults.mk | 30 BEARSSLLIB = $(BUILD)$P$(LP)bearssl$L
|
| /freebsd/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | fsl-sec4.txt | 12 -Secure Non-Volatile Storage (SNVS) Low Power (LP) RTC Node 369 Secure Non-Volatile Storage (SNVS) Low Power (LP) RTC Node 371 A SNVS child node that defines SNVS LP RTC. 395 Definition: LP register offset. default it is 0x34. 398 Usage: optional, required if SNVS LP RTC requires explicit 402 enabling and disabling SNVS LP RTC. 405 Usage: optional, required if SNVS LP RTC requires explicit
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | fujitsu,mb86s70-crg11.txt | 21 interrupts = <0 36 4>, /* LP Non-Sec */
|