Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCWinEH.h67 struct Segment { struct
68 int64_t Offset;
69 int64_t Length;
70 bool HasProlog;
71 MCSymbol *Symbol;
73 MapVector<MCSymbol *, int64_t> Epilogs;
76 : Offset(Offset), Length(Length), HasProlog(HasProlog) {} in Offset()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h224 Segment() in Segment() function
297 struct Segment { struct
299 Segment(size_t ContentSize, Align ContentAlign) in Segment() function
312 using SegmentMap = orc::AllocGroupSmallMap<Segment>; argument
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_segmented_array.h34 struct Segment { struct
35 Segment *Prev; argument
36 Segment *Next; argument
50 // Segment, aligned properly, and the rest of the elements are accessed argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h61 uint16_t Segment = 0; variable
79 uint16_t Segment = 0; variable
132 uint16_t Segment = 0; variable
355 ulittle16_t Segment; member
370 uint16_t Segment = 0; variable
616 uint16_t Segment = 0; variable
636 uint16_t Segment = 0; variable
813 uint16_t Segment = 0; variable
834 uint16_t Segment = 0; variable
949 uint16_t Segment = 0; variable
[all …]
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp101 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dumpCustomSection() local
332 for (auto &Segment : Obj.elements()) { in dump() local
368 for (const object::WasmSegment &Segment : Obj.dataSegments()) { in dump() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSectionMachO.cpp92 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO()
187 StringRef &Segment, // Out. in ParseSectionSpecifier()
H A DWasmObjectWriter.cpp706 const WasmDataSegment &Segment = DataSegments[SymRef.Segment]; in getProvisionalValue() local
1085 for (const WasmDataSegment &Segment : DataSegments) { in writeDataSection() local
1203 for (const WasmDataSegment &Segment : DataSegments) { in writeLinkingMetaDataSection() local
1503 WasmDataSegment &Segment = DataSegments.back(); in writeOneObject() local
1756 const WasmDataSegment &Segment = in writeOneObject() local
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp145 MachO::segment_command_64 Segment; in iterateOnSegments() local
257 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections()
462 iterateOnSegments(InputBinary, [&](const MachO::segment_command_64 &Segment) { in generateDsymCompanion()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp72 SDValue Segment; member
247 SDValue &Segment) { in tryFoldLoad()
268 SDValue &Segment) { in getAddressOperands()
2613 SDValue &Segment) { in selectVectorAddr()
2646 SDValue &Disp, SDValue &Segment) { in selectAddr()
2707 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr()
2745 SDValue &Segment) { in selectLEAAddr()
2833 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr()
2892 SDValue &Segment) { in tryFoldLoad()
2906 SDValue &Segment) { in tryFoldBroadcast()
[all …]
H A DX86FixupLEAs.cpp565 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in optTwoAddrLEA() local
705 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstructionForSlowLEA() local
757 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstrForSlow3OpLEA() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp79 json::Array renderSegment(const coverage::CoverageSegment &Segment) { in renderSegment()
196 for (const auto &Segment : FileCoverage) in renderFileSegments() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp68 for (auto &Segment : AI.Segments) { in initialize() local
319 for (auto Segment : AI.Segments) { in initialize() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp171 struct Segment { struct in __anon35bea1500111::AlignVectors
172 void *Data;
173 int Start;
174 int Size;
215 struct Segment { struct
217 Segment(Value *Val, int Begin, int Len) in Segment() function
221 Value *Val; // Value representable as a sequence of bytes.
222 int Start; // First byte of the value that belongs to the segment.
223 int Size; // Number of bytes in the segment.
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp136 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST() local
177 constexpr auto Segment = Array<TestData>::SegmentSize; in TEST() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp128 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h78 Segment() : name() {} in Segment() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp128 for (auto &Segment : FR.Segments) { in initialize() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp493 for (auto &Segment : Section.Segments) { in writeSectionContent() local
549 for (auto &Segment : Section.Segments) { in writeSectionContent() local
H A DWasmYAML.cpp377 IO &IO, WasmYAML::ElemSegment &Segment) { in mapping()
459 IO &IO, WasmYAML::DataSegment &Segment) { in mapping()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp474 bool DarwinAsmParser::parseSectionSwitch(StringRef Segment, StringRef Section, in parseSectionSwitch()
689 StringRef Segment, Section; in parseDirectiveSection() local
884 StringRef Segment; in parseDirectiveZerofill() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h657 Segment(Root *R) : Pointer(reinterpret_cast<uintptr_t>(R)) {} in Segment() function
658 Segment(llvm::StringRef Field) in Segment() function
661 Segment(unsigned Index) : Pointer(0), Offset(Index) {} in Segment() function
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DMultilib.cpp29 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()

12