| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/ |
| H A D | CMakeLists.txt | 6 add_lv_impl_folder(Core 7 Core/LVCompare.cpp 8 Core/LVElement.cpp 9 Core/LVLine.cpp 10 Core/LVLocation.cpp 11 Core/LVObject.cpp 12 Core/LVOptions.cpp 13 Core/LVRange.cpp 14 Core/LVReader.cpp 15 Core/LVScope.cpp [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/LogicalView/ |
| H A D | BUILD.gn | 15 "Core/LVCompare.cpp", 16 "Core/LVElement.cpp", 17 "Core/LVLine.cpp", 18 "Core/LVLocation.cpp", 19 "Core/LVObject.cpp", 20 "Core/LVOptions.cpp", 21 "Core/LVRange.cpp", 22 "Core/LVReader.cpp", 23 "Core/LVScope.cpp", 24 "Core/LVSort.cpp", [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCRegisterInfo.td | 19 // Core - 32-bit core registers 20 class Core<int num, string n, list<string>altNames=[]> : ARCReg<n, altNames> { 31 def R#i : Core<i, "%r"#i>, DwarfRegNum<[i]>; 35 def R#i : Core<i, "%r"#i>, DwarfRegNum<[i]>; 39 def R#i : Core<i, "%r"#i>, DwarfRegNum<[i]>; 44 def R#i : Core<i, "%r"#i>, DwarfRegNum<[i]>; 46 def GP : Core<26, "%gp",["%r26"]>, DwarfRegNum<[26]>; 47 def FP : Core<27, "%fp", ["%r27"]>, DwarfRegNum<[27]>; 48 def SP : Core<28, "%sp", ["%r28"]>, DwarfRegNum<[28]>; 49 def ILINK : Core<29, "%ilink">, DwarfRegNum<[29]>; [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 204 const unsigned Units = ISJ.Core.getUnits(); in restrictSlot1AOK() 213 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictSlot1AOK() 233 unsigned Units = ISJ.Core.getUnits(); in restrictNoSlot1Store() 238 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictNoSlot1Store() 287 if (!(jumpSlot.first & Summary.branchInsts[0]->Core.getUnits())) in restrictBranchOrder() 291 if (!(jumpSlot.second & Summary.branchInsts[1]->Core.getUnits())) in restrictBranchOrder() 296 Summary.branchInsts[0]->Core.setUnits(jumpSlot.first); in restrictBranchOrder() 297 Summary.branchInsts[1]->Core.setUnits(jumpSlot.second); in restrictBranchOrder() 315 ISJ.Core.setAllUnits(); in permitNonSlot() 368 if (!ISJ->Core.getUnits()) in restrictStoreLoadOrder() [all …]
|
| H A D | HexagonShuffler.h | 104 HexagonResource Core; variable 111 : ID(id), Extender(Extender), Core(s), CVI(MCII, STI, s, id){}; in HexagonInstr() 118 return (HexagonResource::lessWeight(B.Core, Core)); 123 return (HexagonResource::lessUnits(A.Core, B.Core)); in lessCore()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlgov.pod | 98 =item "Core Team" 108 =head2 The Core Team 110 The Core Team are a group of trusted volunteers involved in the ongoing 118 In addition to their contributions to the Perl language, the Core Team sets 134 In concert with the Steering Council, they manage Core Team membership. 143 The Core Team do not have any authority over parts of the Perl ecosystem 163 Perl conferences and events, except those organized directly by the Core Team 174 The initial Core Team members will be specified when this document is 177 Any Core Team member may nominate someone to be added to the Core Tea [all...] |
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | vtbl2.C | 22 struct Core struct 24 virtual ~Core (); 39 struct Base : Core argument 57 Core::~Core () {} in ~Core()
|
| /openbsd-src/gnu/usr.bin/clang/include/lldb/Core/ |
| H A D | Makefile | 17 CoreProperties.inc: ${LLDB_SRCS}/source/Core/CoreProperties.td 19 -I${LLDB_SRCS}/source/Core \ 22 CorePropertiesEnum.inc: ${LLDB_SRCS}/source/Core/CoreProperties.td 24 -I${LLDB_SRCS}/source/Core \
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | alpha | 22 # The actual magic number is just "Core", followed by a 2-byte version 23 # number; however, treating any file that begins with "Core" as a Digital 28 0 string Core\001 Alpha COFF format core dump (Digital UNIX) 30 0 string Core\002 Alpha COFF format core dump (Digital UNIX)
|
| H A D | elf | 26 # Core handling from Peter Tobias <tobias@server.et-inf.fho-emden.de> 30 # Core file detection is not reliable. 96 >>18 leshort 45 Argonaut RISC Core, Argonaut Technologies Inc., 109 >>18 leshort 58 Start*Core, 235 >>18 beshort 45 Argonaut RISC Core, Argonaut Technologies Inc.,
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | vote_admin_guide.pod | 9 Announce the nomination period to the Perl Core mailing list. Be explicit 13 Remember that inactive Core Team members may not participate in the nomination 18 If someone outside the Core Team is nominated, contact them to confirm that 20 them as a moderated member of the Perl Core list for the duration of the 28 At the end of the nomination period, notify the Perl Core list of the list 45 =head3 Get list of active Core Team member emails 49 =head3 Remind Core Team members to opt-in their email address 52 Core Team members that would like to vote and haven't opted-in yet must use the 141 down these Core Team members that haven't opted-in their email address. 161 In addition to notifying the Perl Core mailing list of the results, open a [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | OpenCLOptions.h | 95 unsigned Core = 0U; member 109 : WithPragma(Pragma), Avail(AvailV), Core(CoreV), Opt(OptV) {} in OpenCLOptionInfo() 111 bool isCore() const { return Core != 0U; } in isCore() 123 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Core); in isCoreIn()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ |
| H A D | module.modulemap | 135 module Clang_Rewrite { requires cplusplus umbrella "Rewrite/Core" module * { export * } } 150 umbrella "StaticAnalyzer/Core" 152 textual header "StaticAnalyzer/Core/Analyses.def" 153 textual header "StaticAnalyzer/Core/AnalyzerOptions.def" 154 textual header "StaticAnalyzer/Core/PathSensitive/SVals.def" 155 textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def" 156 textual header "StaticAnalyzer/Core/PathSensitive/Regions.def" 190 umbrella "Tooling/Core" module * { export * }
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | lookup10.C | 13 namespace Core = Core_Real; variable 19 template<> void Core::Foo<> (Render_Real::Type *) {}
|
| /openbsd-src/sys/dev/pci/ |
| H A D | pcidevs | 3471 product INTEL CORE_HB_0 0x0040 Core Host 3472 product INTEL CORE_PCIE_0 0x0041 Core PCIE 3474 product INTEL CORE_PCIE_1 0x0043 Core PCIE 3475 product INTEL CORE_HB_1 0x0044 Core Host 3478 product INTEL CORE_HB_2 0x0048 Core Host 3479 product INTEL CORE_PCIE_6 0x0049 Core PCIE 3490 product INTEL CORE2G_HB 0x0100 Core 2G Host 3491 product INTEL CORE2G_PCIE_1 0x0101 Core 2G PCIE 3493 product INTEL CORE2G_M_HB 0x0104 Core 2G Host 3494 product INTEL CORE2G_PCIE_2 0x0105 Core [all...] |
| /openbsd-src/gnu/usr.bin/clang/liblldbCore/ |
| H A D | Makefile | 61 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Core 70 CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Core
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CMakeLists.txt | 10 Core.cpp 58 Core
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonScheduleV71T.td | 1 //=-HexagonScheduleV71T.td - Hexagon V71 Tiny Core Scheduling Definition ----=// 58 // Hexagon V71 Tiny Core Resource Definitions -
|
| H A D | HexagonScheduleV67T.td | 1 //=- HexagonScheduleV67T.td - Hexagon V67 Tiny Core Scheduling Definitions --=// 60 // Hexagon V67 Tiny Core Resource Definitions -
|
| /openbsd-src/sys/arch/hppa/dev/ |
| H A D | cpudevs | 429 fio LAN 0x072 Core LAN 430 fio HIL 0x073 Core HIL 431 fio CENT 0x074 Core Centronics 432 fio RS232 0x075 Core RS-232C 434 fio A1 0x07a Core audio (int.) 437 fio FDDI 0x07d Core FDDI 438 fio A1NB 0x07e Core audio (ext.) 440 fio HPIB 0x080 Core HPIB 450 fio SPPCORE 0x0a4 SPP2000 Core BA 462 fio GISDN 0x087 Core ISDN [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 25 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, 36 ArchSpec::Core core; 251 ArchSpec::Core core; 484 static inline const CoreDefinition *FindCoreDefinition(ArchSpec::Core core) { in FindCoreDefinition() 506 FindArchDefinitionEntry(const ArchDefinition *def, ArchSpec::Core core) { in FindArchDefinitionEntry() 1086 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() 1411 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <() 1412 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <() 1465 if (GetCore() == ArchSpec::Core::eCore_arm_armv7m || in IsAlwaysThumbInstructions() 1466 GetCore() == ArchSpec::Core::eCore_arm_armv7em || in IsAlwaysThumbInstructions() [all …]
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | ArchSpec.h | 117 enum Core { enum 443 Core GetCore() const { return m_core; } in GetCore() 550 Core m_core = kCore_invalid;
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/ |
| H A D | BUILD.gn | 20 "//lldb/source/Core", 21 "//lldb/source/Core",
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | core.texi | 1 @section Core files 4 @subsection Core file functions
|
| /openbsd-src/gnu/usr.bin/perl/t/mro/ |
| H A D | dbic_dfs.t | 10 This example is taken from the inheritance graph of DBIx::Class::Core in DBIx::Class v0.07002: 18 package xx::DBIx::Class::Core; use mro 'dfs'; 96 xx::DBIx::Class::Core
|