Home
last modified time | relevance | path

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

123

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCWinEH.h67 struct Segment { struct
68 int64_t Offset;
69 int64_t Length;
70 bool HasProlog;
71 MCSymbol *Symbol = nullptr;
73 MapVector<MCSymbol *, int64_t> Epilogs;
76 : Offset(Offset), Length(Length), HasProlog(HasProlog) {} in Offset()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.h224 Segment() in Segment() function
300 struct Segment { struct
302 Segment(size_t ContentSize, Align ContentAlign) in Segment() function
315 using SegmentMap = orc::AllocGroupSmallMap<Segment>; argument
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_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
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveInterval.h162 struct Segment { struct
168 Segment() = default; argument
170 Segment(SlotIndex S, SlotIndex E, VNInfo *V) in Segment() argument
186 bool operator<(const Segment &Other) const { argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h61 uint16_t Segment = 0; variable
79 uint16_t Segment = 0; variable
132 uint16_t Segment = 0; variable
376 ulittle16_t Segment; member
391 uint16_t Segment = 0; variable
637 uint16_t Segment = 0; variable
657 uint16_t Segment = 0; variable
834 uint16_t Segment = 0; variable
855 uint16_t Segment = 0; variable
970 uint16_t Segment = 0; variable
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionMachO.cpp92 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO()
182 StringRef &Segment, // Out. in ParseSectionSpecifier()
HDWasmObjectWriter.cpp702 const WasmDataSegment &Segment = DataSegments[SymRef.Segment]; in getProvisionalValue() local
1084 for (const WasmDataSegment &Segment : DataSegments) { in writeDataSection() local
1202 for (const WasmDataSegment &Segment : DataSegments) { in writeLinkingMetaDataSection() local
1515 WasmDataSegment &Segment = DataSegments.back(); in writeOneObject() local
1767 const WasmDataSegment &Segment = in writeOneObject() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_rawprofile.cpp40 for (const auto &Segment : Module.ranges()) { in SegmentSizeBytes() local
70 for (const auto &Segment : Module.ranges()) { in SerializeSegmentsToBuffer() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUMarkLastScratchLoad.cpp84 for (const LiveRange::Segment &Segment : LI.segments) { in runOnMachineFunction() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelDAGToDAG.cpp74 SDValue Segment; member
247 SDValue &Segment) { in tryFoldLoad()
268 SDValue &Segment) { in getAddressOperands()
2908 SDValue &Segment) { in selectVectorAddr()
2947 SDValue &Disp, SDValue &Segment) { in selectAddr()
3017 SDValue &Disp, SDValue &Segment) { in selectLEA64_32Addr()
3055 SDValue &Segment) { in selectLEAAddr()
3143 SDValue &Disp, SDValue &Segment) { in selectTLSADDRAddr()
3208 SDValue &Segment) { in tryFoldLoad()
3222 SDValue &Segment) { in tryFoldBroadcast()
[all …]
HDX86FixupLEAs.cpp558 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in optTwoAddrLEA() local
698 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstructionForSlowLEA() local
750 const MachineOperand &Segment = MI.getOperand(1 + X86::AddrSegmentReg); in processInstrForSlow3OpLEA() local
HDX86OptimizeLEAs.cpp84 const MachineOperand *Index, const MachineOperand *Segment, in MemOpKey()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCoverageExporterJson.cpp83 json::Array renderSegment(const coverage::CoverageSegment &Segment) { in renderSegment()
228 for (const auto &Segment : FileCoverage) in renderFileSegments() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDMemoryMapper.cpp72 for (auto &Segment : AI.Segments) { in initialize() local
340 for (auto Segment : AI.Segments) { in initialize() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDFormatUtil.cpp127 std::string llvm::pdb::formatSegmentOffset(uint16_t Segment, uint32_t Offset) { in formatSegmentOffset()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugLinesSubsection.cpp148 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDExecutorSharedMemoryMapperService.cpp148 for (auto &Segment : FR.Segments) { in initialize() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWasmDumper.cpp176 for (const WasmSegment &Segment : Obj->dataSegments()) { in printSectionHeaders() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDMultilibBuilder.cpp21 static void normalizePathSegment(std::string &Segment) { in normalizePathSegment()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmEmitter.cpp493 for (auto &Segment : Section.Segments) { in writeSectionContent() local
549 for (auto &Segment : Section.Segments) { in writeSectionContent() local
HDWasmYAML.cpp379 IO &IO, WasmYAML::ElemSegment &Segment) { in mapping()
463 IO &IO, WasmYAML::DataSegment &Segment) { in mapping()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp287 uint32_t Segment, uint32_t Begin, uint32_t Size, uint32_t NameIndex, in createLines()
779 uint16_t Segment = Lines.header()->RelocSegment; in traverseSymbolSection() local
1080 uint16_t Segment = Lines.header()->RelocSegment; in createScopes() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDJSON.h680 Segment(Root *R) : Pointer(reinterpret_cast<uintptr_t>(R)) {} in Segment() function
681 Segment(llvm::StringRef Field) in Segment() function
684 Segment(unsigned Index) : Pointer(0), Offset(Index) {} in Segment() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp474 bool DarwinAsmParser::parseSectionSwitch(StringRef Segment, StringRef Section, in parseSectionSwitch()
689 StringRef Segment, Section; in parseDirectiveSection() local
884 StringRef Segment; in parseDirectiveZerofill() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp1643 wasm::WasmElemSegment Segment; in parseElemSection() local
1736 WasmSegment Segment; in parseDataSection() local
1857 const wasm::WasmDataSegment &Segment = DataSegments[SegmentIndex].Data; in getWasmSymbolValue() local

123