Home
last modified time | relevance | path

Searched refs:SegSize (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp80 SegSize = Data.getU8(OffsetPtr); in extractV5()
89 if (SegSize != 0) in extractV5()
93 Offset, SegSize); in extractV5()
117 SegSize = 0; in extractPreStandard()
146 << format(", seg_size = 0x%2.2" PRIx8, SegSize) << "\n"; in dump()
H A DDWARFListTable.cpp49 HeaderData.SegSize = Data.getU8(OffsetPtr); in extract()
62 if (HeaderData.SegSize != 0) in extract()
66 SectionName.data(), HeaderOffset, HeaderData.SegSize); in extract()
89 HeaderData.Version, HeaderData.AddrSize, HeaderData.SegSize, in dump()
H A DDWARFDebugArangeSet.cpp75 HeaderData.SegSize = data.getU8(offset_ptr, &Err); in extract()
95 if (HeaderData.SegSize != 0) in extract()
172 << format("seg_size = 0x%2.2x\n", HeaderData.SegSize); in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h40 uint8_t SegSize; variable
88 uint8_t getSegmentSelectorSize() const { return SegSize; } in getSegmentSelectorSize()
H A DDWARFDebugArangeSet.h41 uint8_t SegSize; member
H A DDWARFListTable.h68 uint8_t SegSize; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp92 uint64_t SegSize = alignTo(Seg.ContentSize + Seg.ZeroFillSize, PageSize); in getContiguousPageBasedLayoutSizes() local
94 SegsSizes.StandardSegs += SegSize; in getContiguousPageBasedLayoutSizes()
96 SegsSizes.FinalizeSegs += SegSize; in getContiguousPageBasedLayoutSizes()
309 uint64_t SegSize = in applyProtections() local
311 sys::MemoryBlock MB(Seg.WorkingMem, SegSize); in applyProtections()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp175 IO.mapOptional("SegmentSelectorSize", ARange.SegSize, 0); in mapping()
H A DDWARFEmitter.cpp172 writeInteger((uint8_t)Range.SegSize, OS, DI.IsLittleEndian); in emitDebugAranges()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h60 yaml::Hex8 SegSize; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6061 uint64_t SegSize; in narrowScalarExtract() local
6064 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart); in narrowScalarExtract()
6067 SegSize = std::min(SrcStart + NarrowSize - OpStart, OpSize); in narrowScalarExtract()
6071 if (ExtractOffset != 0 || SegSize != NarrowSize) { in narrowScalarExtract()
6073 SegReg = MRI.createGenericVirtualRegister(LLT::scalar(SegSize)); in narrowScalarExtract()
6138 uint64_t SegSize; in narrowScalarInsert() local
6142 SegSize = std::min(NarrowSize, OpStart + OpSize - DstStart); in narrowScalarInsert()
6146 SegSize = in narrowScalarInsert()
6151 if (ExtractOffset != 0 || SegSize != OpSize) { in narrowScalarInsert()
6153 SegReg = MRI.createGenericVirtualRegister(LLT::scalar(SegSize)); in narrowScalarInsert()