Home
last modified time | relevance | path

Searched defs:Segment (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_segmented_array.h35 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 DLiveInterval.h162 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 DSymbolRecord.h62 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 Dwasm2yaml.cpp97 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 DMCSectionMachO.cpp83 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO()
178 StringRef &Segment, // Out. in ParseSectionSpecifier()
H A DWasmObjectWriter.cpp642 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 DMachOUtils.cpp142 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 Dzip.d447 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 DX86FixupLEAs.cpp376 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 DX86ISelDAGToDAG.cpp71 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 DDataSource.h47 Segment(DataSource & source) : m_source(source) {} in Segment() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp140 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 DCoverageExporterJson.cpp80 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 DDebugLinesSubsection.cpp148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dsegmented_array_test.cc136 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 DWasmDumper.cpp176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp486 for (auto &Segment : Section.Segments) { in writeSectionContent() local
542 for (auto &Segment : Section.Segments) { in writeSectionContent() local
H A DWasmYAML.cpp376 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 DFormatUtil.cpp172 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 DJSON.h595 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 DDarwinAsmParser.cpp474 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 Ddg-extract-results.py99 class Segment: class
/netbsd-src/external/gpl3/gdb.old/dist/contrib/
H A Ddg-extract-results.py99 class Segment: class
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Ddg-extract-results.py99 class Segment: class
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DMultilib.cpp29 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()

12