/freebsd/contrib/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;
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | ProcessPOSIXLog.h | 26 Trace = Log::ChannelFlag<7>, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 106 friend class Trace; variable 272 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace() function 333 friend class Trace; variable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Trace.h | 483 Trace(Process &live_process) : m_live_process(&live_process) {} Trace() function [all...] |
/freebsd/contrib/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
|
/freebsd/sys/contrib/zlib/ |
H A D | zutil.h | 225 # define Trace(x) {if (z_verbose>=0) fprintf x ;} macro 232 # define Trace(x) macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Profile.h | 30 class Trace; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | Trace.h | 39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {} in Trace() function
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 322 void InstrProfWriter::addTemporalProfileTrace(TemporalProfTraceTy Trace) { in addTemporalProfileTrace() 341 for (auto &Trace : SrcTraces) in addTemporalProfileTraces() local 358 for (auto &Trace : SrcTraces) in addTemporalProfileTraces() local 957 for (auto &Trace : TemporalProfTraces) { in writeImpl() local 1163 for (auto &Trace : TemporalProfTraces) { in writeTextTemporalProfTraceData() local
|
H A D | InstrProfReader.cpp | 295 TemporalProfTraceTy Trace; in readTemporalProfTraceData() local 480 TemporalProfTraceTy Trace; in getTemporalProfTraces() local 1429 TemporalProfTraceTy Trace; in readHeader() local
|
H A D | InstrProf.cpp | 1030 for (auto &Trace : Traces) { in createBPFunctionNodes() local
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | Trace.cpp | 350 YAMLXRayTrace Trace; loadYAMLLog() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 202 LocToLocMap &EqualLocations) { in longestCommonSequence() 239 std::vector<std::vector<int32_t>> Trace; in longestCommonSequence() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-converter.cpp | 88 YAMLXRayTrace Trace; in exportAsYAML() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 860 MachineTraceMetrics::Trace Trace = MinInstr->getTrace(CmpConv.CmpBB); in shouldConvert() local
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 69 PrettyStackTraceDoubleString Trace("Loading API notes from ", in loadAPINotes() local
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 350 Trace::Trace(ArrayRef<ProcessSP> postmortem_processes, in Trace() function in Trace
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathbench.c | 38 static double *Trace; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 989 ArrayRef<const MachineBasicBlock*> Trace) { in addLiveIns()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 251 class Trace; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | combined.h | 1431 u32 Trace = collectStackTrace(RB->Depot); in storeSecondaryAllocationStackMaybe() local
|