Searched refs:SegSize (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAddr.cpp | 81 SegSize = Data.getU8(OffsetPtr); in extractV5() 90 if (SegSize != 0) in extractV5() 94 Offset, SegSize); in extractV5() 118 SegSize = 0; in extractPreStandard() 147 << format(", seg_size = 0x%2.2" PRIx8, SegSize) << "\n"; in dump()
|
| H A D | DWARFListTable.cpp | 48 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 D | DWARFDebugArangeSet.cpp | 74 HeaderData.SegSize = data.getU8(offset_ptr, &Err); in extract() 96 if (HeaderData.SegSize != 0) in extract() 173 << format("seg_size = 0x%2.2x\n", HeaderData.SegSize); in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugAddr.h | 43 uint8_t SegSize; variable 91 uint8_t getSegmentSelectorSize() const { return SegSize; } in getSegmentSelectorSize()
|
| H A D | DWARFDebugArangeSet.h | 40 uint8_t SegSize; member
|
| H A D | DWARFListTable.h | 69 uint8_t SegSize; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 119 Range.SegSize = Set.getHeader().SegSize; in dumpDebugARanges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 148 IO.mapOptional("SegmentSelectorSize", ARange.SegSize, 0); in mapping()
|
| H A D | DWARFEmitter.cpp | 171 writeInteger((uint8_t)Range.SegSize, OS, DI.IsLittleEndian); in emitDebugAranges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 59 yaml::Hex8 SegSize; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 4915 uint64_t SegSize; in narrowScalarExtract() local 4918 SegSize = std::min(NarrowSize, OpStart + OpSize - SrcStart); in narrowScalarExtract() 4921 SegSize = std::min(SrcStart + NarrowSize - OpStart, OpSize); in narrowScalarExtract() 4925 if (ExtractOffset != 0 || SegSize != NarrowSize) { in narrowScalarExtract() 4927 SegReg = MRI.createGenericVirtualRegister(LLT::scalar(SegSize)); in narrowScalarExtract() 4986 uint64_t SegSize; in narrowScalarInsert() local 4990 SegSize = std::min(NarrowSize, OpStart + OpSize - DstStart); in narrowScalarInsert() 4994 SegSize = in narrowScalarInsert() 4999 if (ExtractOffset != 0 || SegSize != OpSize) { in narrowScalarInsert() 5001 SegReg = MRI.createGenericVirtualRegister(LLT::scalar(SegSize)); in narrowScalarInsert()
|