Home
last modified time | relevance | path

Searched refs:LP (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h45 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 DWriter.cpp52 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 DInputFiles.h167 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 DInputFiles.cpp796 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 DWriter.h27 template <class LP> void writeResult();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp198 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 DDwarfEHPrepare.cpp138 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 DMachineFunction.cpp816 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 DARM64Common.h22 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 Dk3-am62x-sk-hdmi-audio.dtso3 * 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 Dk3-am62-lp-sk.dts3 * 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 DMakefile10 CONFGROUPS+= LP
11 LP+= lpr.conf
/freebsd/usr.sbin/syslogd/
H A DMakefile34 CONFGROUPS+= LP
35 LP+= lpr.conf
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopPass.h100 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
101 return LP; in getContainedPass()
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt1 * 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 Dacpyacc.y105 %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 Dacplex.l68 "(" { return (LP); }
/freebsd/usr.bin/ar/
H A Dacpyacc.y102 %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 DMakefile78 MANGROUPS.${MK_LPR}+= LP
80 LP= hosts.lpd.5 macro
/freebsd/crypto/openssl/test/recipes/15-test_ecparam_data/valid/
H A Dc2pnb304w1-explicit.pem5 LP+9ej64tv7DXH/Wfybd9ihaZE90CiYU4Z++t24NoXFRfs9AG1Aom/AUEDKIUnqb
/freebsd/contrib/bearssl/conf/
H A DUnix.mk13 LP = lib
H A DWin.mk13 LP =
/freebsd/contrib/bearssl/mk/
H A DDefaults.mk30 BEARSSLLIB = $(BUILD)$P$(LP)bearssl$L
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec4.txt12 -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 Dfujitsu,mb86s70-crg11.txt21 interrupts = <0 36 4>, /* LP Non-Sec */

1234