Home
last modified time | relevance | path

Searched defs:segment (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.inner/
H A Diter_swap.pass.cpp86 auto segment = *v.begin(); in test() local
104 auto segment = *v.begin(); in test() local
128 auto segment = *v.begin(); in test() local
165 auto segment = *v.begin(); in test() local
185 auto segment = *v.begin(); in test() local
H A Diter_move.pass.cpp84 auto segment = *v.begin(); in test() local
104 auto segment = *v.begin(); in test() local
127 auto segment = *v.begin(); in test() local
/llvm-project/lld/wasm/
H A DOutputSections.cpp101 __anon9a7dbe1e0102(OutputSegment *segment) finalizeContents() argument
105 __anon9a7dbe1e0202(OutputSegment *segment) finalizeContents() argument
179 for (const OutputSegment *segment : segments) { writeTo() local
[all...]
H A DWriter.cpp619 auto isTLS = [](InputChunk *segment) { in populateTargetFeatures() argument
1119 needsPassiveInitialization(const OutputSegment * segment) needsPassiveInitialization() argument
1167 __anon6c9455020b02(const OutputSegment *segment) createSyntheticInitFunctions() argument
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cpp32 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps_solaris.cpp42 Next(MemoryMappedSegment * segment) Next() argument
[all...]
H A Dsanitizer_procmaps_fuchsia.cpp55 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next()
H A Dsanitizer_procmaps_bsd.cpp93 Next(MemoryMappedSegment * segment) Next() argument
[all...]
H A Dsanitizer_procmaps_mac.cpp249 static bool NextSegmentLoad(MemoryMappedSegment *segment, in NextSegmentLoad() argument
370 Next(MemoryMappedSegment * segment) Next() argument
432 MemoryMappedSegment segment(module_name.data(), module_name.size()); DumpListOfModules() local
[all...]
H A Dsanitizer_procmaps.h72 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next()
H A Dsanitizer_posix.cpp243 MemoryMappedSegment segment; in MemoryRangeIsAvailable() local
259 MemoryMappedSegment segment(filename, kBufSize); in DumpProcessMap() local
291 MemoryMappedSegment segment(buff.data(), buff.size()); GetCodeRangeForFile() local
[all...]
H A Dsanitizer_procmaps_common.cpp124 MemoryMappedSegment segment(module_name.data(), module_name.size()); in DumpListOfModules() local
/llvm-project/libc/test/src/string/
H A Dstrcspn_test.cpp19 const char segment[5] = {'1', '2', '\0', '3', '4'}; in TEST() local
H A Dstrspn_test.cpp26 const char segment[4] = {'1', '2', '\0', '3'}; in TEST() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp62 lldb::addr_t PdbIndex::MakeVirtualAddress(uint16_t segment, in MakeVirtualAddress()
76 std::optional<uint16_t> PdbIndex::GetModuleIndexForAddr(uint16_t segment, in GetModuleIndexForAddr()
H A DPdbUtil.h90 uint16_t segment = 0; member
/llvm-project/openmp/libompd/src/
H A DTargetValue.cpp31 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 DTargetValue.h121 : TValue(_context, NULL, _valueName, segment) {} in TValue() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp106 MemoryMappedSegment segment; in CheckAndProtect() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_mac_test.cpp125 __sanitizer::MemoryMappedSegment segment; in TEST() local
/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp205 DumpSegmentContext(const TraceDumper::FunctionCall::TracedSegment &segment) { in DumpSegmentContext() argument
261 for (const TraceDumper::FunctionCall::TracedSegment &segment : in DumpFunctionCallTree() local
337 for (const TraceDumper::FunctionCall::TracedSegment &segment : DumpFunctionCallTree() local
[all...]
/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp187 MemoryMappedSegment segment(filename, sizeof(filename)); in AsanCheckIncompatibleRT() local
/llvm-project/libc/src/string/
H A Dstring_utils.h164 complementary_span(const char * src,const char * segment) complementary_span() argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/heuristic/
H A DHeuristic.py345 def reportdiff(start_idx, segment, end_idx): argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFuzzyMatchTests.cpp289 std::string segment(llvm::StringRef Text) { in segment() function

12