Home
last modified time | relevance | path

Searched defs:Trace (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A DT.pass.cpp213 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 Dtsan_trace.h189 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 DFDRTraceWriterTest.cpp62 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 DDataAggregator.h109 bool operator==(const Trace &Other) const { in Trace() argument
106 struct Trace { global() struct
/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp43 __sanitizer::BufferedStackTrace Trace; in BacktraceCommon() local
64 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace()
H A Dbacktrace_linux_libc.cpp36 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace()
H A Dsegv_handler_posix.cpp159 uintptr_t Trace[kMaximumStackFramesForCrashTrace]; in dumpReport() local
/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp70 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 DProcessPOSIXLog.h26 Trace = Log::ChannelFlag<7>, enumerator
/llvm-project/clang/tools/libclang/
H A DCLog.h41 bool Trace; variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h272 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 DTrace.h483 Trace(Process &live_process) : m_live_process(&live_process) {} in Trace() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.h45 bool Trace = false; member
H A DBitTracker.h122 bool Trace; // Enable tracing for debugging. member
/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h30 class Trace; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {} in Trace() function
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp391 trace::Span Trace("testLocationFeatures"); testLocationFeatures() local
407 trace::Span Trace("Token"); testLocationFeatures() local
/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp322 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 DInstrProfReader.cpp295 TemporalProfTraceTy Trace; readTemporalProfTraceData() local
480 TemporalProfTraceTy Trace; getTemporalProfTraces() local
1429 TemporalProfTraceTy Trace; readHeader() local
[all...]
/llvm-project/lldb/
H A DCodeOwners.rst
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp150 __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 DTrace.cpp353 YAMLXRayTrace Trace; in loadYAMLLog() local
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp88 YAMLXRayTrace Trace; in exportAsYAML() local
/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp69 PrettyStackTraceDoubleString Trace("Loading API notes from ", in loadAPINotes() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp860 MachineTraceMetrics::Trace Trace = MinInstr->getTrace(CmpConv.CmpBB); shouldConvert() local

12