| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.inner/ |
| H A D | iter_swap.pass.cpp | 87 auto segment = *v.begin(); in test() local 105 auto segment = *v.begin(); in test() local 129 auto segment = *v.begin(); in test() local 166 auto segment = *v.begin(); in test() local 186 auto segment = *v.begin(); in test() local
|
| H A D | iter_move.pass.cpp | 85 auto segment = *v.begin(); in test() local 105 auto segment = *v.begin(); in test() local 128 auto segment = *v.begin(); in test() local
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | OutputSections.cpp | 103 [](OutputSegment *segment) { return segment->requiredInBinary(); }); in finalizeContents() 106 segments.begin(), segments.end(), [](OutputSegment *segment) { in finalizeContents() 180 for (const OutputSegment *segment : segments) { in writeTo() local
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_procmaps_linux.cpp | 32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
| H A D | sanitizer_procmaps_bsd.cpp | 75 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
| H A D | sanitizer_procmaps_solaris.cpp | 40 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
| H A D | sanitizer_procmaps_fuchsia.cpp | 55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
|
| H A D | sanitizer_procmaps_mac.cpp | 249 static bool NextSegmentLoad(MemoryMappedSegment *segment, in NextSegmentLoad() 361 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() 424 MemoryMappedSegment segment(module_name.data(), module_name.size()); in DumpListOfModules() local
|
| H A D | sanitizer_procmaps.h | 70 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next()
|
| H A D | sanitizer_posix.cpp | 234 MemoryMappedSegment segment; in MemoryRangeIsAvailable() local 250 MemoryMappedSegment segment(filename, kBufSize); in DumpProcessMap() local 282 MemoryMappedSegment segment(buff.data(), buff.size()); in GetCodeRangeForFile() local
|
| H A D | sanitizer_procmaps_common.cpp | 124 MemoryMappedSegment segment(module_name.data(), module_name.size()); in DumpListOfModules() local
|
| H A D | sanitizer_symbolizer_report.cpp | 141 MemoryMappedSegment segment; in MaybeReportNonExecRegion() local
|
| /llvm-project-15.0.7/libc/test/src/string/ |
| H A D | strcspn_test.cpp | 19 const char segment[5] = {'1', '2', '\0', '3', '4'}; in TEST() local
|
| H A D | strspn_test.cpp | 26 const char segment[4] = {'1', '2', '\0', '3'}; in TEST() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbIndex.cpp | 61 lldb::addr_t PdbIndex::MakeVirtualAddress(uint16_t segment, in MakeVirtualAddress() 76 PdbIndex::GetModuleIndexForAddr(uint16_t segment, uint32_t offset) const { in GetModuleIndexForAddr()
|
| H A D | PdbUtil.h | 91 uint16_t segment = 0; member
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_platform_posix.cpp | 100 MemoryMappedSegment segment; in CheckAndProtect() local
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform_posix.cpp | 100 MemoryMappedSegment segment; in CheckAndProtect() local
|
| /llvm-project-15.0.7/openmp/libompd/src/ |
| H A D | TargetValue.cpp | 31 const char *typeName, ompd_addr_t segment) { in getType() 196 ompd_addr_t segment) in TValue() 222 ompd_addr_t segment) { in cast()
|
| H A D | TargetValue.h | 121 : TValue(_context, NULL, _valueName, segment) {} in TValue() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_rawprofile.cpp | 38 MemoryMappedSegment segment; in SegmentSizeBytes() local 64 MemoryMappedSegment segment; in SerializeSegmentsToBuffer() local
|
| /llvm-project-15.0.7/libc/src/string/ |
| H A D | string_utils.h | 41 static inline size_t complementary_span(const char *src, const char *segment) { in complementary_span()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_linux.cpp | 195 MemoryMappedSegment segment(filename, sizeof(filename)); in AsanCheckIncompatibleRT() local
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/ |
| H A D | Heuristic.py | 330 def reportdiff(start_idx, segment, end_idx): argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FuzzyMatchTests.cpp | 288 std::string segment(llvm::StringRef Text) { in segment() function
|