/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
H A D | T.pass.cpp | 213 struct Trace { struct 216 constexpr Trace(TraceStat* s) noexcept(CtorNoexcept) : stat(s) { ++s->construct; } in Trace() argument 217 constexpr Trace(T) noexcept(CtorNoexcept) : stat(nullptr) {} in Trace() argument 218 constexpr Trace(const Trace& o) : stat(o.stat) { ++stat->copy_construct; } in Trace() argument 219 constexpr Trace(Trace&& o) noexcept(MoveCtorNoexcept) : stat(o.stat) { ++stat->move_construct; } in Trace() argument 220 constexpr Trace& operator=(const Trace&) { in operator =() argument 224 constexpr Trace& operator=(Trace&&) noexcept { in operator =() argument 229 constexpr Trace& operator=(const T&) { in operator =() argument 233 constexpr Trace& operator=(T&&) noexcept { in operator =() argument 237 TEST_CONSTEXPR_CXX20 ~Trace() { ++stat->destroy; } in ~Trace() argument [all …]
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_trace.h | 189 struct Trace { struct 191 IList<TraceHeader, &TraceHeader::trace_parts, TracePart> parts; argument 193 TracePart* local_head; argument 201 Trace() : mtx(MutexTypeTrace) {} in Trace() argument 207 static constexpr uptr kMinParts = 3; 209 static constexpr uptr kFinishedThreadLo = 16; 210 static constexpr uptr kFinishedThreadHi = 64;
|
/llvm-project/llvm/unittests/XRay/ |
H A D | FDRTraceWriterTest.cpp | 62 auto &Trace = TraceOrErr.get(); TEST() local 107 auto &Trace = TraceOrErr.get(); TEST() local 166 auto &Trace = TraceOrErr.get(); TEST() local [all...] |
/llvm-project/bolt/include/bolt/Profile/ |
H A D | DataAggregator.h | 109 bool operator==(const Trace &Other) const { in Trace() argument 106 struct Trace { global() struct
|
/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | backtrace_sanitizer_common.cpp | 43 __sanitizer::BufferedStackTrace Trace; in BacktraceCommon() local 64 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace()
|
H A D | backtrace_linux_libc.cpp | 36 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace()
|
H A D | segv_handler_posix.cpp | 159 uintptr_t Trace[kMaximumStackFramesForCrashTrace]; in dumpReport() local
|
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_trace_test.cpp | 70 TRACE_TEST(Trace, RestoreAccess) { in TRACE_TEST() argument 115 TRACE_TEST(Trace, MemoryAccessSize) { in TRACE_TEST() argument 170 TRACE_TEST(Trace, RestoreMutexLock) { in TRACE_TEST() argument 200 TRACE_TEST(Trace, MultiPart) { in TRACE_TEST() argument 246 TRACE_TEST(Trace, DeepSwitch) { in TRACE_TEST() argument
|
/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | ProcessPOSIXLog.h | 26 Trace = Log::ChannelFlag<7>, enumerator
|
/llvm-project/clang/tools/libclang/ |
H A D | CLog.h | 41 bool Trace; variable
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 272 class Trace { in Trace() function 106 friend class Trace; global() variable 333 friend class Trace; global() variable [all...] |
/llvm-project/lldb/include/lldb/Target/ |
H A D | Trace.h | 483 Trace(Process &live_process) : m_live_process(&live_process) {} in Trace() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.h | 45 bool Trace = false; member
|
H A D | BitTracker.h | 122 bool Trace; // Enable tracing for debugging. member
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 30 class Trace; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Trace.h | 39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {} in Trace() function
|
/llvm-project/clang-tools-extra/clangd/tool/ |
H A D | Check.cpp | 391 trace::Span Trace("testLocationFeatures"); testLocationFeatures() local 407 trace::Span Trace("Token"); testLocationFeatures() local
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 322 addTemporalProfileTrace(TemporalProfTraceTy Trace) addTemporalProfileTrace() argument 341 for (auto &Trace : SrcTraces) addTemporalProfileTraces() local 358 for (auto &Trace : SrcTraces) addTemporalProfileTraces() local 957 for (auto &Trace : TemporalProfTraces) { writeImpl() local 1163 for (auto &Trace : TemporalProfTraces) { writeTextTemporalProfTraceData() local [all...] |
H A D | InstrProfReader.cpp | 295 TemporalProfTraceTy Trace; readTemporalProfTraceData() local 480 TemporalProfTraceTy Trace; getTemporalProfTraces() local 1429 TemporalProfTraceTy Trace; readHeader() local [all...] |
/llvm-project/lldb/ |
H A D | CodeOwners.rst |
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 150 __anond79c716f0602(const std::vector<std::vector<int32_t>> &Trace, const AnchorList &AnchorList1, const AnchorList &AnchorList2, LocToLocMap &EqualLocations) longestCommonSequence() argument 187 std::vector<std::vector<int32_t>> Trace; longestCommonSequence() local
|
/llvm-project/llvm/lib/XRay/ |
H A D | Trace.cpp | 353 YAMLXRayTrace Trace; in loadYAMLLog() local
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-converter.cpp | 88 YAMLXRayTrace Trace; in exportAsYAML() local
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 69 PrettyStackTraceDoubleString Trace("Loading API notes from ", in loadAPINotes() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 860 MachineTraceMetrics::Trace Trace = MinInstr->getTrace(CmpConv.CmpBB); shouldConvert() local
|