| /llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/ |
| H A D | DWARF-pubsections.yaml | 61 UnitSize: 121 69 UnitSize: 121 81 # CHECK-NEXT: UnitSize: 121 89 # CHECK-NEXT: UnitSize: 121 189 # INVALID-LENGTH-NEXT: UnitSize: 121 234 UnitSize: 121
|
| H A D | DWARF-debug_line.yaml | 410 UnitSize: 121 418 UnitSize: 121
|
| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/ |
| H A D | debug-gnu-pubnames.yaml | 49 UnitSize: 0x4321 141 UnitSize: 0x4321 163 UnitSize: 0x4321 223 UnitSize: 0x4321 245 UnitSize: 0x4321
|
| H A D | debug-gnu-pubtypes.yaml | 49 UnitSize: 0x4321 141 UnitSize: 0x4321 163 UnitSize: 0x4321 223 UnitSize: 0x4321 245 UnitSize: 0x4321
|
| H A D | debug-pubnames.yaml | 48 UnitSize: 0x4321 137 UnitSize: 0x4321 159 UnitSize: 0x4321 219 UnitSize: 0x4321
|
| H A D | debug-pubtypes.yaml | 49 UnitSize: 0x4321 138 UnitSize: 0x4321 160 UnitSize: 0x4321 220 UnitSize: 0x4321
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 182 size_t UnitSize = CurrentUnitSize; in DumpCurrentUnit() local 183 if (UnitSize <= kMaxUnitSizeToPrint) { in DumpCurrentUnit() 184 PrintHexArray(CurrentUnitData, UnitSize, "\n"); in DumpCurrentUnit() 185 PrintASCII(CurrentUnitData, UnitSize, "\n"); in DumpCurrentUnit() 187 WriteUnitToFileWithPrefix({CurrentUnitData, CurrentUnitData + UnitSize}, in DumpCurrentUnit()
|
| H A D | FuzzerFork.cpp | 243 size_t UnitSize = U.size(); in RunOneMergeJob() local 245 std::upper_bound(FilesSizes.begin(), FilesSizes.end(), UnitSize) - in RunOneMergeJob() 247 FilesSizes.insert(FilesSizes.begin() + Idx, UnitSize); in RunOneMergeJob()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
| H A D | fat-macho-dwarf.yaml | 387 UnitSize: 119 395 UnitSize: 119 852 UnitSize: 126 860 UnitSize: 126
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/ |
| H A D | command-image-lookup.yaml | 477 UnitSize: 379 493 UnitSize: 379
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/ |
| H A D | mach-dwarf.yaml | 550 UnitSize: 224 562 UnitSize: 224
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 625 bool isVMRGLShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize, 630 bool isVMRGHShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
|
| H A D | PPCISelLowering.cpp | 1935 assert((UnitSize == 1 || UnitSize == 2 || UnitSize == 4) && in isVMerge() 1942 !isConstantOrUndef(N->getMaskElt(i*UnitSize*2+UnitSize+j), in isVMerge() 1943 RHSStart+j+i*UnitSize)) in isVMerge() 1959 return isVMerge(N, UnitSize, 0, 0); in isVMRGLShuffleMask() 1961 return isVMerge(N, UnitSize, 0, 16); in isVMRGLShuffleMask() 1966 return isVMerge(N, UnitSize, 8, 8); in isVMRGLShuffleMask() 1968 return isVMerge(N, UnitSize, 8, 24); in isVMRGLShuffleMask() 1984 return isVMerge(N, UnitSize, 8, 8); in isVMRGHShuffleMask() 1986 return isVMerge(N, UnitSize, 8, 24); in isVMRGHShuffleMask() 1991 return isVMerge(N, UnitSize, 0, 0); in isVMRGHShuffleMask() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | DWARFYAML.cpp | 179 IO.mapRequired("UnitSize", Section.UnitSize); in mapping()
|
| H A D | DWARFEmitter.cpp | 231 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in emitPubSection()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 188 Y.UnitSize = Sets[0].Size; in dumpPubSection()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 88 uint32_t UnitSize; member
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11241 unsigned UnitSize = 0; in EmitStructByval() local 11250 UnitSize = 1; in EmitStructByval() 11252 UnitSize = 2; in EmitStructByval() 11258 UnitSize = 16; in EmitStructByval() 11260 UnitSize = 8; in EmitStructByval() 11263 if (UnitSize == 0) in EmitStructByval() 11264 UnitSize = 4; in EmitStructByval() 11268 bool IsNeon = UnitSize >= 8; in EmitStructByval() 11275 unsigned BytesLeft = SizeVal % UnitSize; in EmitStructByval() 11423 .addImm(UnitSize) in EmitStructByval() [all …]
|