Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp91 uint64_t SegSize = alignTo(Seg.ContentSize + Seg.ZeroFillSize, PageSize); in getContiguousPageBasedLayoutSizes() local
93 SegsSizes.StandardSegs += SegSize; in getContiguousPageBasedLayoutSizes()
95 SegsSizes.FinalizeSegs += SegSize; in getContiguousPageBasedLayoutSizes()
286 uint64_t SegSize = in applyProtections() local
288 sys::MemoryBlock MB(Seg.WorkingMem, SegSize); in applyProtections()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp121 Range.SegSize = Set.getHeader().SegSize; in dumpDebugARanges()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp148 IO.mapOptional("SegmentSelectorSize", ARange.SegSize, 0); in mapping()
H A DDWARFEmitter.cpp172 writeInteger((uint8_t)Range.SegSize, OS, DI.IsLittleEndian); in emitDebugAranges()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h60 yaml::Hex8 SegSize; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5313 uint64_t SegSize; in narrowScalarExtract() local
5316 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart); in narrowScalarExtract()
5319 SegSize = std::min(SrcStart + NarrowSize - OpStart, OpSize); in narrowScalarExtract()
5323 if (ExtractOffset != 0 || SegSize != NarrowSize) { in narrowScalarExtract()
5325 SegReg = MRI.createGenericVirtualRegister(LLT::scalar(SegSize)); in narrowScalarExtract()
5390 uint64_t SegSize; in narrowScalarInsert() local
5394 SegSize = std::min(NarrowSize, OpStart + OpSize - DstStart); in narrowScalarInsert()
5398 SegSize = in narrowScalarInsert()
5403 if (ExtractOffset != 0 || SegSize != OpSize) { in narrowScalarInsert()
5405 SegReg = MRI.createGenericVirtualRegister(LLT::scalar(SegSize)); in narrowScalarInsert()