/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_segmented_array.h | 35 struct Segment { struct 36 Segment *Prev; argument 37 Segment *Next; argument 51 // Segment, aligned properly, and the rest of the elements are accessed argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 162 struct Segment { struct 168 Segment() = default; argument 170 Segment(SlotIndex S, SlotIndex E, VNInfo *V) in Segment() function 186 bool operator<(const Segment &Other) const { argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 62 uint16_t Segment = 0; variable 80 uint16_t Segment = 0; variable 133 uint16_t Segment = 0; variable 356 ulittle16_t Segment; member 371 uint16_t Segment = 0; variable 617 uint16_t Segment = 0; variable 637 uint16_t Segment = 0; variable 814 uint16_t Segment = 0; variable 835 uint16_t Segment = 0; variable 950 uint16_t Segment = 0; variable [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 97 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dumpCustomSection() local 328 for (auto &Segment : Obj.elements()) { in dump() local 359 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dump() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 178 StringRef &Segment, // Out. in ParseSectionSpecifier()
|
H A D | WasmObjectWriter.cpp | 642 const WasmDataSegment &Segment = DataSegments[SymRef.Segment]; in getProvisionalValue() local 1019 for (const WasmDataSegment &Segment : DataSegments) { in writeDataSection() local 1137 for (const WasmDataSegment &Segment : DataSegments) { in writeLinkingMetaDataSection() local 1438 WasmDataSegment &Segment = DataSegments.back(); in writeOneObject() local 1695 const WasmDataSegment &Segment = in writeOneObject() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 142 MachO::segment_command_64 Segment; in iterateOnSegments() local 254 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections() 339 iterateOnSegments(Obj, [&](const MachO::segment_command_64 &Segment) { in hasLinkEditSegment() 458 iterateOnSegments(InputBinary, [&](const MachO::segment_command_64 &Segment) { in generateDsymCompanion()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | zip.d | 447 private Segment[] _segs; variable 1341 struct Segment struct 1347 // removes Segment start .. end from _segs argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FixupLEAs.cpp | 376 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in optTwoAddrLEA() local 508 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstructionForSlowLEA() local 560 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstrForSlow3OpLEA() local
|
H A D | X86ISelDAGToDAG.cpp | 71 SDValue Segment; member 247 SDValue &Segment) { in tryFoldLoad() 268 SDValue &Segment) { in getAddressOperands() 2492 SDValue &Segment) { in selectVectorAddr() 2525 SDValue &Disp, SDValue &Segment) { in selectAddr() 2586 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr() 2624 SDValue &Segment) { in selectLEAAddr() 2713 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr() 2772 SDValue &Segment) { in tryFoldLoad() 2786 SDValue &Segment) { in tryFoldBroadcast() [all …]
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | DataSource.h | 47 Segment(DataSource & source) : m_source(source) {} in Segment() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 140 struct Segment { struct in __anon8795e6040111::AlignVectors 141 void *Data; 142 int Start; 143 int Size; 183 struct Segment { struct 185 Segment(Value *Val, int Begin, int Len) in Segment() function 188 Value *Val; // Value representable as a sequence of bytes. 189 int Start; // First byte of the value that belongs to the segment. 190 int Size; // Number of bytes in the segment.
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 80 json::Array renderSegment(const coverage::CoverageSegment &Segment) { in renderSegment() 197 for (const auto &Segment : FileCoverage) in renderFileSegments() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.cpp | 148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
H A D | segmented_array_test.cc | 136 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST() local 177 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 486 for (auto &Segment : Section.Segments) { in writeSectionContent() local 542 for (auto &Segment : Section.Segments) { in writeSectionContent() local
|
H A D | WasmYAML.cpp | 376 IO &IO, WasmYAML::ElemSegment &Segment) { in mapping() 456 IO &IO, WasmYAML::DataSegment &Segment) { in mapping()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | FormatUtil.cpp | 172 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | JSON.h | 595 Segment(Root *R) : Pointer(reinterpret_cast<uintptr_t>(R)) {} in Segment() function 596 Segment(llvm::StringRef Field) in Segment() function 599 Segment(unsigned Index) : Pointer(0), Offset(Index) {} in Segment() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 474 bool DarwinAsmParser::parseSectionSwitch(StringRef Segment, StringRef Section, in parseSectionSwitch() 689 StringRef Segment, Section; in parseDirectiveSection() local 885 StringRef Segment; in parseDirectiveZerofill() local
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | dg-extract-results.py | 99 class Segment: class
|
/netbsd-src/external/gpl3/gdb.old/dist/contrib/ |
H A D | dg-extract-results.py | 99 class Segment: class
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | dg-extract-results.py | 99 class Segment: class
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Multilib.cpp | 29 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
|