| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | StoppointHitCounter.h | 24 void Increment(uint32_t difference = 1) { 25 lldbassert(std::numeric_limits<uint32_t>::max() - m_hit_count >= difference); 26 m_hit_count += difference; 29 void Decrement(uint32_t difference = 1) { 30 lldbassert(m_hit_count >= difference); 31 m_hit_count -= difference;
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | lma-offset.s | 2 ## Test the difference between the VMA and the LMA for sections with AT(). 20 ## .d has AT(). It starts a PT_LOAD segment, even if the difference between 24 ## The orphan section .text starts a PT_LOAD segment. The difference between 28 ## .data starts a PT_LOAD segment. The difference remains the same.
|
| /llvm-project-15.0.7/clang/utils/check_cfc/ |
| H A D | check_cfc.py | 270 difference = obj_diff.compare_object_files(self._output_file_a, 272 if difference: 274 "Code difference detected with -g\n{}".format(difference)) 294 difference = obj_diff.compare_object_files(self._output_file_a, 296 if difference: 298 "Code difference detected with -S\n{}".format(difference))
|
| H A D | obj_diff.py | 62 difference = "\n".join(diff) 64 difference += "\n*** Diff truncated ***" 65 return difference
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 122 "in first definition, possible difference is here">; 126 "in second definition, possible difference is here">; 132 "%q0 has different definitions in different modules; first difference is " 153 "%q0 has different definitions in different modules; first difference is " 170 "%q0 has different definitions in different modules; first difference is " 181 "%q0 has different definitions in different modules; first difference is " 297 "%q0 has different definitions in different modules; first difference is " 320 "%q0 has different definitions in different modules; first difference is " 354 "first difference is " 377 "first difference is " [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.mm | 112 …itions in different modules; definition in module 'SecondModule' first difference is function body… 115 …itions in different modules; definition in module 'SecondModule' first difference is function body… 162 …itions in different modules; definition in module 'SecondModule' first difference is function body… 165 …itions in different modules; definition in module 'SecondModule' first difference is function body… 168 …itions in different modules; definition in module 'SecondModule' first difference is function body… 171 …itions in different modules; definition in module 'SecondModule' first difference is function body… 226 …bject::Invalid3' has different definitions in different modules; first difference is definition in… 323 …itions in different modules; definition in module 'SecondModule' first difference is function body… 326 …itions in different modules; definition in module 'SecondModule' first difference is function body…
|
| H A D | odr_hash.cl | 63 …itions in different modules; definition in module 'SecondModule' first difference is function body… 66 …itions in different modules; definition in module 'SecondModule' first difference is function body…
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
| H A D | MachO_ARM_PIC_relocations.s | 10 # Check lower 16-bits of section difference relocation 14 # Check upper 16-bits of section difference relocation
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | test_modfile.py | 46 actual_files = set(os.listdir(tmpdir)).difference(prev_files) 55 extra_files = actual_files.difference(expected_files)
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | aarch64-adrp-add.s | 56 ## the adrp + add pair can be relaxed to nop + adr, moreover, the address difference 65 ## the adrp + add pair cannot be relaxed to nop + adr, moreover, the address difference 74 ## the adrp + add pair can be relaxed to nop + adr, moreover, the address difference 83 ## the adrp + add pair cannot be relaxed to nop + adr, moreover, the address difference
|
| /llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/ |
| H A D | alloca.ll | 11 ; Size difference. 37 ; Alignment difference.
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-20-.NET-Differences.txt | 6 One significant difference between .NET CLR and our VM is that the CLR 13 This is an important difference because I think there are some significant
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | binary-paddr.test | 2 ## The byte offset difference between two sections equals the difference between their LMAs. 5 ## difference equals the difference between their sh_addr fields.
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-locstats.rst | 49 a plot showing the difference (requires matplotlib) 105 Generate a plot as an image file showing the difference in the debug location
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ |
| H A D | MachO_ARM64_relocations.s | 35 # the PC-relative page (4 KiB) difference between the adrp instruction and the 50 # relocation. adrp encodes the PC-relative page (4 KiB) difference between the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | vcombine_zero_diff_ptrs.ll | 4 ; pairs whose difference in pointers is zero. This creates a vector 6 ; pointer difference and replaces the masked and unmasked loads
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | fde-reloc.s | 6 # Ensure that the eh_frame records the symbolic difference with the paired
|
| H A D | linker-relaxation.s | 140 # Check that a relocation is not emitted for a symbol difference which has 142 # difference expression refers to two symbols, at least one of which is 144 # relaxation when both symbols have become defined the difference may be folded
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineValueMap.h | 49 static void difference(const AffineValueMap &a, const AffineValueMap &b,
|
| /llvm-project-15.0.7/llvm/test/MC/X86/ |
| H A D | gnux32-dwarf-gen.s | 8 # assembler, looking at the difference between the x32 ABI and default x86-64
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | unused-raii.rst | 26 objects and there's no difference when they are deleted.
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/ |
| H A D | DexExpectWatchBase.py | 160 difference = abs(value_as_float - expected_as_float) 161 if difference <= self.float_range:
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
| H A D | MachO_i386_DynNoPIC_relocations.s | 15 # Test section difference relocation to non-lazy ptr section.
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | arm64-reloc-pointer-to-got.s | 19 ## The relocated data should contain the difference between the addresses of
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | hilo-addressing.s | 24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.
|