| /llvm-project-15.0.7/lld/MachO/ |
| H A D | MarkLive.cpp | 217 MarkLive *marker; in markLive() local 224 marker->addSym(config->entry); in markLive() 234 marker->addSym(defined); in markLive() 240 marker->addSym(defined); in markLive() 255 marker->addSym(defined); in markLive() 262 marker->addSym(sym); in markLive() 269 marker->addSym(defined); in markLive() 272 marker->addSym(stubBinder); in markLive() 276 marker->enqueue(isec, 0); in markLive() 283 marker->enqueue(isec, 0); in markLive() [all …]
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/progress/ |
| H A D | progress.py | 34 marker=six.unichr(0x25CE).encode("utf-8"), argument 44 self.marker = marker 69 'marker': self.marker, 96 marker=six.unichr(0x25CE).encode("utf-8"), argument 108 marker, 134 marker=six.unichr(0x25CE).encode("utf-8"), argument 146 marker,
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | abtest.py | 183 marker = line.find(" -- Begin function ") 184 if marker != -1: 187 funcname = line[marker + 19:-1] 192 marker = line.find(" -- End function") 193 if marker != -1: 209 marker = line.find(" -- Begin function ") 210 if marker != -1: 213 funcname = line[marker + 19:-1] 220 marker = line.find(" -- End function") 221 if marker != -1:
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | conflict-marker.c | 23 >>>> ORIGINAL conflict-marker.c#6 25 ==== THEIRS conflict-marker.c#7 27 ==== YOURS conflict-marker.c
|
| /llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/ |
| H A D | lifetime-markers-on-inputs-2.ll | 13 ; extract a lifetime.start marker, but not the corresponding lifetime.end 14 ; marker. Make sure that a lifetime.start marker is emitted before the call to 15 ; the split function, and *only* that marker. 78 ; a lifetime.end marker, but not the corresponding lifetime.start marker. Do 79 ; not emit a lifetime.end marker after the call to the split function. 137 ; lifetime.end marker would be a miscompile. 162 ; If the lifetime.end marker is lifted, this use becomes dead the second time
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | nm-bitcode.test | 4 # clang -O -fembed-bitcode-marker -c -o macho-bitcode-marker-x86_64.o test.c 9 RUN: llvm-nm -a %p/Inputs/macho-bitcode-marker-x86_64.o \
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-07-09.test | 6 # Repeated end marker. 10 # No end marker.
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_linux.cpp | 175 InternalMmapVector<RawShadow> marker(kMarkerSize); in MapRodata() local 177 for (volatile RawShadow *p = marker.data(); p < marker.data() + kMarkerSize; in MapRodata() 180 internal_write(fd, marker.data(), marker.size() * sizeof(RawShadow)); in MapRodata() 200 p += marker.size() * sizeof(RawShadow)) { in MapRodata() 202 p, Min<uptr>(marker.size() * sizeof(RawShadow), shadow_end - p), in MapRodata()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_platform_linux.cpp | 187 InternalMmapVector<RawShadow> marker(kMarkerSize); in MapRodata() local 189 for (volatile RawShadow *p = marker.data(); p < marker.data() + kMarkerSize; in MapRodata() 192 internal_write(fd, marker.data(), marker.size() * sizeof(RawShadow)); in MapRodata() 212 p += marker.size() * sizeof(RawShadow)) { in MapRodata() 214 p, Min<uptr>(marker.size() * sizeof(RawShadow), shadow_end - p), in MapRodata()
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | upgrade-objcretainrelease-asm.ll | 6 call void asm sideeffect "mov\09fp, fp\09\09# marker for objc_retainAutoreleaseReturnValue", ""() 7 …;CHECK: call void asm sideeffect "mov\09fp, fp\09\09; marker for objc_retainAutoreleaseReturnValue…
|
| H A D | upgrade-objcretainrelease.ll | 6 … !"clang.arc.retainAutoreleasedReturnValueMarker", !"mov\09fp, fp\09\09; marker for objc_retainAut…
|
| /llvm-project-15.0.7/mlir/test/mlir-opt/ |
| H A D | nearmiss.mlir | 10 // CHECK: warning: near miss with file split marker 16 // CHECK: warning: near miss with file split marker
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | contract-marker.ll | 6 ; CHECK-NEXT: call void asm sideeffect "mov\09r7, r7\09\09@ marker for return value optimization", … 22 ; CHECK-NEXT: call void asm sideeffect "mov\09r7, r7\09\09@ marker for return value optimization", … 63 !0 = !{i32 1, !"clang.arc.retainAutoreleasedReturnValueMarker", !"mov\09r7, r7\09\09@ marker for re…
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | tls_suffix_sorting.s | 9 # Check that .tls$$foo is sorted after the start marker (aa) and before the 10 # end marker (ff).
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | props-on-prots.m | 34 -(void) setMarker:(XCElementTabMarker *) marker; 60 - (void) setMarker:(XCElementTabMarker *) marker {
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Generalization.cpp | 84 RewritePatternSet &patterns, const LinalgTransformationFilter &marker) { in populateLinalgNamedOpsGeneralizationPatterns() argument 85 patterns.add<LinalgGeneralizationPattern>(patterns.getContext(), marker); in populateLinalgNamedOpsGeneralizationPatterns()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/ |
| H A D | instr-heap-alloc-operands.mir | 36 …, implicit $ecx, implicit-def $rsp, implicit-def $ssp, implicit-def dead $rax, heap-alloc-marker !2 37 ; CHECK: CALL64pcrel32 @f, {{.*}} heap-alloc-marker !2
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-arm.m | 4 // <rdar://12438598>: use an autorelease marker on ARM64. 16 …// CHECK-NEXT: call void asm sideeffect "mov\09{{fp, fp|r7, r7}}\09\09// marker for objc_retainAut…
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | x86-embed-bitcode.ll | 7 ; RUN: -fembed-bitcode=marker -x ir %s -o - \ 13 ; RUN: -fembed-bitcode=marker -x ir %s -o - \ 29 ; RUN: -fembed-bitcode=marker -x ir %t.bc -o - \
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | machine-copy-remove.mir | 264 # Kill marker should be removed from compare. 290 # Kill marker should be removed from compare. 316 # Kill marker should be removed from compare. 342 # Kill marker should remain on compare. 489 # Kill marker should be removed from compare. 515 # Kill marker should be removed from compare. 541 # Kill marker should be removed from compare.
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | SymbolMap.cpp | 75 for (auto [marker, binding] : llvm::reverse(impliedDoStack)) in lookupImpliedDo() 76 if (var == marker) in lookupImpliedDo()
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | sourcewin.py | 154 marker = self.markerNone 159 marker = self.markerBP 160 line = "%s%3d %s" % (marker, line_num, self.highlight(content[i]))
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | MarkLive.cpp | 150 MarkLive marker; in markLive() local 151 marker.run(); in markLive()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | pseudo-probe-dangle2.ll | 10 define dso_local i32 @foo(ptr nocapture %marker, ptr nocapture %move_ordering, ptr nocapture %moves… 12 call void @llvm.dbg.value(metadata ptr %marker, metadata !19, metadata !DIExpression()), !dbg !28 18 %0 = load i32, ptr %marker, align 4, !dbg !30, !tbaa !31 20 store i32 %inc, ptr %marker, align 4, !dbg !30, !tbaa !31 122 !19 = !DILocalVariable(name: "marker", arg: 1, scope: !10, file: !1, line: 8, type: !14)
|
| /llvm-project-15.0.7/openmp/runtime/tools/lib/ |
| H A D | Build.pm | 201 my ( $job, $clean, $marker ) = @_; 234 "marker=$marker",
|