/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 | 53 template <class LP> void createOutputSections(); 54 template <class LP> void createLoadCommands(); 67 template <class LP> void run(); 221 template <class LP> class LCSegment final : public LoadCommand { 226 return sizeof(typename LP::segment_command) + in getSize() 227 seg->numNonHiddenSections() * sizeof(typename LP::section); in getSize() 231 using SegmentCommand = typename LP::segment_command; in writeTo() 232 using SectionHeader = typename LP::section; in writeTo() 237 c->cmd = LP::segmentLCType; in writeTo() 545 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 | 798 template <class LP> 799 void ObjFile::parseSymbols(ArrayRef<typename LP::section> sectionHeaders, in parseSymbols() 800 ArrayRef<typename LP::nlist> nList, in parseSymbols() 802 using NList = typename LP::nlist; in parseSymbols() 953 template <class LP> 955 using Header = typename LP::mach_header; in parseLinkerOptions() 986 template <class LP> void ObjFile::parse() { in parse() 987 using Header = typename LP::mach_header; in parse() 988 using SegmentCommand = typename LP::segment_command; in parse() 989 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 | 187 for (const MachineBasicBlock *LP : LandingPads) { in runOnMachineFunction() local 188 if (!isColdBlock(*LP, MBFI, PSI) || !TII.isMBBSafeToSplitToCold(*LP)) in runOnMachineFunction() 192 for (MachineBasicBlock *LP : LandingPads) in runOnMachineFunction() 193 LP->setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
|
H A D | DwarfEHPrepare.cpp | 139 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local 140 if (isPotentiallyReachable(LP, RI, nullptr, &DTU->getDomTree())) { in pruneUnreachableResumes() 181 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local 182 if (LP->isCleanup()) in InsertUnwindResumeCalls() 183 CleanupLPads.push_back(LP); in InsertUnwindResumeCalls() 204 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local 205 if (LP->isCleanup()) in InsertUnwindResumeCalls()
|
H A D | MachineFunction.cpp | 775 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local 776 if (LP.LandingPadBlock == LandingPad) in getOrCreateLandingPadInfo() 777 return LP; in getOrCreateLandingPadInfo() 786 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addInvoke() local 787 LP.BeginLabels.push_back(BeginLabel); in addInvoke() 788 LP.EndLabels.push_back(EndLabel); in addInvoke() 793 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addLandingPad() local 794 LP.LandingPadLabel = LandingPadLabel; in addLandingPad() 801 LP.TypeIds.push_back(0); in addLandingPad() 809 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/usr.sbin/newsyslog/newsyslog.conf.d/ |
H A D | Makefile | 17 CONFGROUPS+= LP 18 LP+= lpr.conf
|
/freebsd/usr.sbin/syslogd/ |
H A D | Makefile | 33 CONFGROUPS+= LP 34 LP+= lpr.conf
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopPass.h | 99 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local 100 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); }
|
H A D | acplex.l | 66 "(" { return (LP); }
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
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/crypto/openssl/test/recipes/15-test_ecparam_data/valid/ |
H A D | c2pnb304w1-explicit.pem | 5 LP+9ej64tv7DXH/Wfybd9ihaZE90CiYU4Z++t24NoXFRfs9AG1Aom/AUEDKIUnqb
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 1074 static bool canUnwindPastLandingPad(const LandingPadInst *LP, in canUnwindPastLandingPad() argument 1078 if (LP->isCleanup()) in canUnwindPastLandingPad() 1081 for (unsigned I = 0; I < LP->getNumClauses(); ++I) { in canUnwindPastLandingPad() 1082 Constant *Clause = LP->getClause(I); in canUnwindPastLandingPad() 1084 if (LP->isCatch(I) && isa<ConstantPointerNull>(Clause)) in canUnwindPastLandingPad() 1087 if (LP->isFilter(I) && Clause->getType()->getArrayNumElements() == 0) in canUnwindPastLandingPad() 1111 if (auto *LP = dyn_cast<LandingPadInst>(Pad)) in mayThrow() local 1112 return canUnwindPastLandingPad(LP, IncludePhaseOneUnwind); in mayThrow()
|
/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 */
|