Home
last modified time | relevance | path

Searched refs:Progress (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProgress.cpp23 std::atomic<uint64_t> Progress::g_id(0);
28 Progress::Progress(std::string title, std::string details, in Progress() function in Progress
32 Progress::Origin origin) in Progress()
33 : m_total(total.value_or(Progress::kNonDeterministicTotal)), in Progress()
51 Progress::~Progress() { in ~Progress()
62 void Progress::Increment(uint64_t amount, in Increment()
92 void Progress::ReportProgress() { in ReportProgress()
104 uint32_t progress_category_bit = m_origin == Progress::Origin::eExternal in ReportProgress()
H A DDebuggerEvents.cpp45 if (m_total != Progress::kNonDeterministicTotal) in Dump()
H A DDynamicLoader.cpp236 Progress progress("Locating binary", prog_str.GetString().str()); in LoadBinaryWithUUIDAndAddress()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProgress.cpp19 m_opaque_up = std::make_unique<lldb_private::Progress>( in SBProgress()
22 lldb_private::Progress::Origin::eExternal); in SBProgress()
29 m_opaque_up = std::make_unique<lldb_private::Progress>( in SBProgress()
32 lldb_private::Progress::Origin::eExternal); in SBProgress()
61 lldb_private::Progress &SBProgress::ref() const { return *m_opaque_up; } in ref()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DHiiConfigRouting.h113 OUT EFI_STRING *Progress,
201 OUT EFI_STRING *Progress
273 OUT EFI_STRING *Progress
347 OUT EFI_STRING *Progress
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h60 class Progress {
89 Progress(std::string title, std::string details = {},
100 ~Progress();
H A DDebuggerEvents.h43 bool IsFinite() const { return m_total != Progress::kNonDeterministicTotal; } in IsFinite()
H A DDebugger.h622 friend class Progress; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProgress.h68 lldb_private::Progress &ref() const;
74 std::unique_ptr<lldb_private::Progress> m_opaque_up;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.h130 lldb_private::Progress &progress);
133 lldb_private::Progress &progress);
H A DMinidumpFileBuilder.cpp847 lldb_private::Progress progress("Saving Minidump File", "", in AddMemoryList()
1043 Progress &progress) { in AddMemoryList_32()
1114 Progress &progress) { in AddMemoryList_64()
/freebsd/sys/contrib/edk2/
H A DMdePkg.dec2069 # @Prompt Progress Code for WatchDog Timer Expired.
2075 # @Prompt Progress Code for Invocation of SetVirtualAddressMap.
2081 # @Prompt Progress Code for Memory Test Start.
2087 # @Prompt Progress Code for Memory Error.
2093 # @Prompt Progress Code for Console Error.
2099 # @Prompt Progress Code for Console Reset.
2105 # @Prompt Progress Code for Console Input Error.
2111 # @Prompt Progress Code for Console Output Error.
2117 # @Prompt Progress Code for Module Device Failure.
2123 # @Prompt Progress Code for Enable Mouse Device.
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4013.txt257 Layer (SASL)", Work in Progress.
260 Progress.
263 Authentication as a SASL Mechanism", Work in Progress.
266 Progress.
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp105 Progress progress( in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp84 Progress progress("Manually indexing DWARF", module_desc.GetData(), in Index()
86 Progress::kDefaultHighFrequencyReportTime); in Index()
H A DSymbolFileDWARFDebugMap.cpp725 Progress progress(std::move(description), "", num_oso_idxs, in ForEachSymbolFile()
727 Progress::kDefaultHighFrequencyReportTime); in ForEachSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp78 std::unique_ptr<Progress> m_current_progress_up;
223 std::make_unique<Progress>("Building Clang modules"); in SetCurrentModuleProgress()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp190 bool Progress = false; in applyFlowAugmentation() local
199 Progress = augmentFlowAlongDAG(AugmentingOrder); in applyFlowAugmentation()
203 if (!Progress) { in applyFlowAugmentation()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp341 Progress progress("Calling function", FunctionName(), {}, debugger); in ExecuteFunction()
H A DUserExpression.cpp438 Progress progress("Running expression", details, {}, debugger); in Execute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp779 Progress progress( in LocateExecutableSymbolFile()
1083 Progress progress("Downloading symbol file for", lookup_desc); in DownloadObjectAndSymbolFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1014 bool Progress = true; in findBasePointer() local
1015 while (Progress) { in findBasePointer()
1019 Progress = false; in findBasePointer()
1050 Progress = true; in findBasePointer()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h237 class Progress; variable
/freebsd/share/misc/
H A Dscsi_modes419 {Supports Reporting Format Progress} t1

12