/llvm-project/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/llvm/unittests/ObjectYAML/ |
H A D | DWARFYAMLTest.cpp | 74 UnitSize: 0x00 in TEST() 84 UnitSize: 0x00 in TEST() 119 UnitSize: 0x00 in TEST() 136 UnitSize: 0x00 in TEST() 148 UnitSize: 0x00 in TEST() 189 UnitSize: 0x00 in TEST()
|
/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
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-gnu-pubnames.yaml | 49 UnitSize: 0x4321 141 UnitSize: 0x4321 163 UnitSize: 0x4321 223 UnitSize: 0x4321 245 UnitSize: 0x4321
|
H A D | debug-pubtypes.yaml | 49 UnitSize: 0x4321 138 UnitSize: 0x4321 160 UnitSize: 0x4321 220 UnitSize: 0x4321
|
H A D | debug-pubnames.yaml | 48 UnitSize: 0x4321 137 UnitSize: 0x4321 159 UnitSize: 0x4321 219 UnitSize: 0x4321
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.h | 41 uint64_t getUnitSize() const { return UnitSize; } in getUnitSize() 81 UnitSize = getDebugInfoHeaderSize() + OutUnitDIE->getSize(); in setOutUnitDIE() 186 uint64_t UnitSize = 0; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 423 static CharUnits getOffsetAtStartOfUnit(CharUnits offset, CharUnits unitSize) { 424 assert(isPowerOf2(unitSize.getQuantity())); in getOffsetAtStartOfUnit() argument 425 auto unitMask = ~(unitSize.getQuantity() - 1); in getOffsetAtStartOfUnit() 536 CharUnits unitSize = CharUnits::One(); in finish() 538 for (; ; unitSize *= 2) { in finish() 539 assert(unitSize <= chunkSize); in finish() 540 unitBegin = getOffsetAtStartOfUnit(localBegin, unitSize); in finish() 541 unitEnd = unitBegin + unitSize; in finish() 548 CGM.getContext().toBits(unitSize)); in finish() 537 CharUnits unitSize = CharUnits::One(); finish() local
|
/llvm-project/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/compiler-rt/lib/fuzzer/ |
H A D | FuzzerLoop.cpp | 180 size_t UnitSize = CurrentUnitSize; in DumpCurrentUnit() local 181 if (UnitSize <= kMaxUnitSizeToPrint) { in DumpCurrentUnit() 182 PrintHexArray(CurrentUnitData, UnitSize, "\n"); in DumpCurrentUnit() 183 PrintASCII(CurrentUnitData, UnitSize, "\n"); in DumpCurrentUnit() 185 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/lldb/test/Shell/Commands/ |
H A D | command-image-lookup.yaml | 477 UnitSize: 379 493 UnitSize: 379
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFYAML.cpp | 206 IO.mapRequired("UnitSize", Section.UnitSize); in mapping()
|
H A D | DWARFEmitter.cpp | 231 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in emitPubSection()
|
/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
H A D | mach-dwarf.yaml | 550 UnitSize: 224 562 UnitSize: 224
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | DIEBuilder.h | 129 uint64_t UnitSize{0}; 130 /// Adds separate UnitSize counter for updating DebugNames
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 193 Y.UnitSize = Sets[0].Size; in dumpPubSection()
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 89 uint32_t UnitSize; member
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 636 bool isVMRGLShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize, 641 bool isVMRGHShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
|
H A D | PPCISelLowering.cpp | 2014 static bool isVMerge(ShuffleVectorSDNode *N, unsigned UnitSize, in isVMerge() 2018 assert((UnitSize == 1 || UnitSize == 2 || UnitSize == 4) && in isVMerge() 2021 for (unsigned i = 0; i != 8/UnitSize; ++i) // Step over units in isVMerge() 2022 for (unsigned j = 0; j != UnitSize; ++j) { // Step over bytes within unit in isVMerge() 2023 if (!isConstantOrUndef(N->getMaskElt(i*UnitSize*2+j), 2024 LHSStart+j+i*UnitSize) || 2025 !isConstantOrUndef(N->getMaskElt(i*UnitSize*2+UnitSize 2006 isVMerge(ShuffleVectorSDNode * N,unsigned UnitSize,unsigned LHSStart,unsigned RHSStart) isVMerge() argument 2030 isVMRGLShuffleMask(ShuffleVectorSDNode * N,unsigned UnitSize,unsigned ShuffleKind,SelectionDAG & DAG) isVMRGLShuffleMask() argument 2055 isVMRGHShuffleMask(ShuffleVectorSDNode * N,unsigned UnitSize,unsigned ShuffleKind,SelectionDAG & DAG) isVMRGHShuffleMask() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11525 unsigned UnitSize = 0; in EmitStructByval() 11534 UnitSize = 1; in EmitStructByval() 11536 UnitSize = 2; in EmitStructByval() 11542 UnitSize = 16; in EmitStructByval() 11544 UnitSize = 8; in EmitStructByval() 11547 if (UnitSize == 0) in EmitStructByval() 11548 UnitSize = 4; in EmitStructByval() 11552 bool IsNeon = UnitSize >= 8; in EmitStructByval() 11555 VecTRC = UnitSize == 16 ? &ARM::DPairRegClass in EmitStructByval() 11556 : UnitSize in EmitStructByval() 11492 unsigned UnitSize = 0; EmitStructByval() local [all...] |